accept clicks on the progress dialog close button when updating
This commit is contained in:
parent
0c27126817
commit
4fc898ec1e
@ -132,7 +132,7 @@ class ProgressManager:
|
||||
self._win.form.progressBar.setValue(self._counter)
|
||||
if process and elapsed >= 0.2:
|
||||
self._updating = True
|
||||
self.app.processEvents(QEventLoop.ExcludeUserInputEvents)
|
||||
self.app.processEvents()
|
||||
self._updating = False
|
||||
self._lastUpdate = time.time()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user