MacOS 10.13: fix problem with window made fullscreen by clicking on green window button - continued.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12503 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2017-10-15 17:36:58 +00:00
parent a8dbc90d99
commit 507e39fd19

View File

@ -1474,7 +1474,7 @@ static FLWindowDelegate *flwindowdelegate_instance = nil;
@implementation FLAppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)notification
{
if (fl_mac_os_version >= 101300) [NSApp stop:nil];
if (fl_mac_os_version >= 101300 && [NSApp isRunning]) [NSApp stop:nil];
}
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*)sender
{