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