From 484b15f5922e8b1ac1acef13637b6ccb2e2195ac Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 16 May 2009 03:44:05 +0900 Subject: [PATCH] update title bar when refreshing due count --- ankiqt/ui/status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index 906b2f7fc..df991363e 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -298,6 +298,7 @@ You should aim to answer each question within
if self.state in ("showQuestion", "showAnswer", "studyScreen"): self.main.deck.checkDue() self.redraw() + self.main.updateTitleBar() if self.state == "studyScreen": self.main.updateStudyStats()