From ec287445a59f3473bbb74459768ffe1b3365c216 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 23 Apr 2009 17:54:47 +0900 Subject: [PATCH] set reviewing started at start to avoid errors --- ankiqt/ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 5b03e7c2b..d58ad0f0b 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -33,6 +33,7 @@ class AnkiQt(QMainWindow): QMainWindow.__init__(self) self.errorOccurred = False self.inDbHandler = False + self.reviewingStarted = False if sys.platform.startswith("darwin"): qt_mac_set_menubar_icons(False) ankiqt.mw = self