mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Revert "avoid setting modality in progress dialog"
This reverts commit 059db539a7
.
seems to work correctly in qt 5.9.2
This commit is contained in:
parent
eaf09b5093
commit
1cc29278f2
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue