From 863dcfe3895d6319cd1d351df58740a203dbc541 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 17 Aug 2009 04:44:01 +0900 Subject: [PATCH] update titlebar after 'select facts' --- ankiqt/ui/cardlist.py | 1 + 1 file changed, 1 insertion(+) 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()