allow app modal again now that qt's been fixed

This commit is contained in:
Damien Elmes 2014-04-23 08:20:00 +09:00
parent 00dd291819
commit b4c5215013

View file

@ -96,7 +96,6 @@ Your pysqlite2 is too old. Anki will appear frozen during long operations."""
self._win.setCancelButton(None)
self._win.setAutoClose(False)
self._win.setAutoReset(False)
if not isMac:
self._win.setWindowModality(Qt.ApplicationModal)
# we need to manually manage minimum time to show, as qt gets confused
# by the db handler