Fix progress dialog suddenly reappearing after a delay.
This commit is contained in:
parent
c2ff80a4b9
commit
cf34b418c4
@ -95,6 +95,6 @@ def showProgress(text, *tasks, **kwargs):
|
||||
if dialog.wasCanceled():
|
||||
return False
|
||||
|
||||
dialog.hide()
|
||||
dialog.reset()
|
||||
return progress
|
||||
|
||||
|
Reference in New Issue
Block a user