mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove closing delay on progress dialogs
This commit is contained in:
parent
c01c6cb79a
commit
798b0af128
1 changed files with 0 additions and 4 deletions
|
@ -334,8 +334,4 @@ class ProgressWin(object):
|
|||
self.app.processEvents()
|
||||
|
||||
def finish(self):
|
||||
if self.max:
|
||||
self.diag.setValue(self.max)
|
||||
self.app.processEvents()
|
||||
time.sleep(0.1)
|
||||
self.diag.cancel()
|
||||
|
|
Loading…
Reference in a new issue