mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
process events after throwing up progress dialog
This commit is contained in:
parent
70c85c011f
commit
9c3e8f21ca
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ Your pysqlite2 is too old. Anki will appear frozen during long operations."""
|
|||
if immediate:
|
||||
self._shown = True
|
||||
self._win.show()
|
||||
self.app.processEvents()
|
||||
else:
|
||||
self._shown = False
|
||||
self._counter = min
|
||||
|
|
Loading…
Reference in a new issue