From 584245d403fed8c650b28595519339da5cdf05a1 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 15 Nov 2008 17:57:51 +0900 Subject: [PATCH] no need to set counts dirty --- ankiqt/ui/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index f891ee298..a2ff11257 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -152,7 +152,6 @@ class AnkiQt(QMainWindow): # hide all deck-associated dialogs ui.dialogs.closeAll() elif state == "getQuestion": - self.deck._countsDirty = True if self.deck.isEmpty(): return self.moveToState("deckEmpty") else: