From de955e57c43fcad05213259e703fe09361443141 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 1 May 2018 14:34:03 +1000 Subject: [PATCH] fix busy cursor in full sync screen --- aqt/sync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aqt/sync.py b/aqt/sync.py index a3c4cd15e..e8dea07d9 100644 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -234,6 +234,7 @@ enter your details below.""") % return (u, p) def _confirmFullSync(self): + self.mw.progress.finish() if self.thread.localIsEmpty: diag = askUserDialog( _("Local collection has no cards. Download from AnkiWeb?"), @@ -266,6 +267,7 @@ automatically."""), self.thread.fullSyncChoice = "download" else: self.thread.fullSyncChoice = "cancel" + self.mw.progress.start(immediate=True) def _clockOff(self): showWarning(_("""\