mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
update titlebar after 'select facts'
This commit is contained in:
parent
d3562b105a
commit
863dcfe389
1 changed files with 1 additions and 0 deletions
|
@ -995,6 +995,7 @@ where id in %s""" % ids2str(sf))
|
||||||
self.deck.updateProgress()
|
self.deck.updateProgress()
|
||||||
sm.blockSignals(False)
|
sm.blockSignals(False)
|
||||||
self.deck.finishProgress()
|
self.deck.finishProgress()
|
||||||
|
self.updateFilterLabel()
|
||||||
|
|
||||||
def invertSelection(self):
|
def invertSelection(self):
|
||||||
sm = self.dialog.tableView.selectionModel()
|
sm = self.dialog.tableView.selectionModel()
|
||||||
|
|
Loading…
Reference in a new issue