mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
disable previous osx workaround that may be causing crash on file dialog
This commit is contained in:
parent
d56cf3c6b0
commit
2802d074bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue