From 9bfd6843bb4fd511e6eb17980b8946c6c4eeb541 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 13 Nov 2010 17:09:02 +0900 Subject: [PATCH] update cutoff when sitting in study options / finish screen --- ankiqt/ui/status.py | 1 + 1 file changed, 1 insertion(+) 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()