diff --git a/Source/NSApplication.m b/Source/NSApplication.m index a98f19cbe..fe77f2033 100644 --- a/Source/NSApplication.m +++ b/Source/NSApplication.m @@ -900,6 +900,7 @@ static NSCell* tileCell = nil; [theWindow center]; // FIXME need support for NSModalPanelWindowLevel in Window Maker // [theWindow setLevel: NSModalPanelWindowLevel]; + [theWindow setLevel: NSMainMenuWindowLevel]; } [theWindow orderFrontRegardless]; if ([self isActive] == YES)