update titlebar after 'select facts'

This commit is contained in:
Damien Elmes 2009-08-17 04:44:01 +09:00
parent d3562b105a
commit 863dcfe389

View file

@ -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()