diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index a627c052e..4e3dd031e 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -298,6 +298,7 @@ You should aim to answer each question within
if not self.main.deck: return if self.state in ("deckFinished", "studyScreen"): + self.main.deck.updateCutoff() self.main.deck.reset() self.redraw() self.main.updateTitleBar()