From afba9529fe7a01211e153e7236ff1eed72a91526 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 18 Oct 2010 14:48:52 +0900 Subject: [PATCH] reset in status update timer - should check this is efficient enough --- ankiqt/ui/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":