mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue