diff --git a/ankiqt/ui/cardlist.py b/ankiqt/ui/cardlist.py index 8f7d3b0ee..f27e97793 100644 --- a/ankiqt/ui/cardlist.py +++ b/ankiqt/ui/cardlist.py @@ -1026,6 +1026,7 @@ where id in %s""" % ids2str(sf)) sm.blockSignals(False) self.deck.finishProgress() self.updateFilterLabel() + self.updateAfterCardChange() def invertSelection(self): sm = self.dialog.tableView.selectionModel()