diff options
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 672d44030..47a1aca47 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1982,12 +1982,9 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It - (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag { if( !flag ) { - [fWindow makeKeyAndOrderFront:nil]; - - return YES; + [fWindow makeKeyAndOrderFront:nil]; } - - return NO; + return YES; } - (NSSize) drawerWillResizeContents:(NSDrawer *) drawer toSize:(NSSize) contentSize { |