From aa5114d2666fea3994305ff32e0633db69db4dfa Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 6 Jan 2009 09:15:28 +0900 Subject: [PATCH] update status in study screen too --- ankiqt/ui/status.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index 40347bfdc..5e592ddaf 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -45,7 +45,8 @@ class StatusView(object): self.hideDeckStatus() elif self.state in ("showQuestion", "deckFinished", - "deckEmpty"): + "deckEmpty", + "studyScreen"): self.redraw() # Setup and teardown