diff --git a/qt/aqt/progress.py b/qt/aqt/progress.py index 588608146..35d86bd25 100644 --- a/qt/aqt/progress.py +++ b/qt/aqt/progress.py @@ -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()