diff --git a/aqt/utils.py b/aqt/utils.py index 8f96286b8..b275ec020 100644 --- a/aqt/utils.py +++ b/aqt/utils.py @@ -240,7 +240,7 @@ def getFile(parent, title, cb, filter="*.*", dir=None, key=None): ret = [] def accept(): # work around an osx crash - aqt.mw.app.processEvents() + #aqt.mw.app.processEvents() file = unicode(list(d.selectedFiles())[0]) if dirkey: dir = os.path.dirname(file)