mirror of https://github.com/python/cpython
Don't call AEInteractWithUser unconditionally on a quit appleevent. The
EasyDIalogs methods will call it if needed. Fixes #684975.
This commit is contained in:
parent
7451e3b4d5
commit
122152451e
|
@ -156,8 +156,6 @@ class PythonIDE(Wapplication.Application):
|
|||
self.makehelpmenu()
|
||||
|
||||
def quitevent(self, theAppleEvent, theReply):
|
||||
from Carbon import AE
|
||||
AE.AEInteractWithUser(50000000)
|
||||
self._quit()
|
||||
|
||||
def suspendresume(self, onoff):
|
||||
|
|
Loading…
Reference in New Issue