Fix progress dialog suddenly reappearing after a delay.

This commit is contained in:
David Vierra 2015-10-06 19:26:26 -10:00
parent c2ff80a4b9
commit cf34b418c4

View File

@ -95,6 +95,6 @@ def showProgress(text, *tasks, **kwargs):
if dialog.wasCanceled():
return False
dialog.hide()
dialog.reset()
return progress