From 769b4d28a865b6a1466c89f7f57a5955a23134b7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 27 May 2009 04:02:21 +0900 Subject: [PATCH] exclude user events in db progress handler --- ankiqt/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 0bfc0e54a..60389abe2 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -2311,7 +2311,7 @@ Couldn't contact Anki Online. Please check your internet connection.""") return self.setBusy() self.inDbHandler = True - self.app.processEvents() + self.app.processEvents(QEventLoop.ExcludeUserInputEvents) self.inDbHandler = False def onDbFinished(self):