process events after throwing up progress dialog

This commit is contained in:
Damien Elmes 2012-11-03 11:59:29 +09:00
parent 70c85c011f
commit 9c3e8f21ca

View file

@ -101,6 +101,7 @@ Your pysqlite2 is too old. Anki will appear frozen during long operations."""
if immediate: if immediate:
self._shown = True self._shown = True
self._win.show() self._win.show()
self.app.processEvents()
else: else:
self._shown = False self._shown = False
self._counter = min self._counter = min