Commit dfbfd8e1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed quit through Apple Events

aka Dock, App Switcher, AppleScript, etc. Fixed #4009
parent e36f1f27
...@@ -2974,6 +2974,7 @@ end: ...@@ -2974,6 +2974,7 @@ end:
// see [af97f24d528acab89969d6541d83f17ce1ecd580] that introduced the removal of setjmp() and longjmp() // see [af97f24d528acab89969d6541d83f17ce1ecd580] that introduced the removal of setjmp() and longjmp()
- (void)terminate:(id)sender - (void)terminate:(id)sender
{ {
[self activateIgnoringOtherApps:YES];
[self stop:sender]; [self stop:sender];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment