diff --git a/aqt/progress.py b/aqt/progress.py index 07d137700..82d65d316 100644 --- a/aqt/progress.py +++ b/aqt/progress.py @@ -112,7 +112,6 @@ class ProgressManager: self._win.setCancelButton(None) self._win.setAutoClose(False) self._win.setAutoReset(False) - self._win.setWindowModality(Qt.ApplicationModal) self._win.setMinimumWidth(300) # we need to manually manage minimum time to show, as qt gets confused # by the db handler