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