diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index 2013d11bc..76e2791c9 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -303,7 +303,7 @@ You should aim to answer each question within
if not self.main.deck: return if self.state in ("showQuestion", "showAnswer", "studyScreen"): - self.main.deck.checkDue() + self.main.deck.reset() self.redraw() self.main.updateTitleBar() if self.state == "studyScreen":