Backport of [442]
This commit is contained in:
parent
c32baaa10c
commit
b765989b42
|
@ -234,7 +234,7 @@ static void sleepCallBack(void * controller, io_service_t y,
|
|||
|
||||
- (BOOL) applicationShouldHandleReopen: (NSApplication *) app hasVisibleWindows: (BOOL) visibleWindows
|
||||
{
|
||||
if (!visibleWindows)
|
||||
if (![fWindow isVisible] && ![[fPrefsController window] isVisible])
|
||||
[fWindow makeKeyAndOrderFront: nil];
|
||||
return NO;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue