git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5606 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-22 09:36:29 +00:00
parent 2bc9a218d4
commit 385814e1eb

View file

@ -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)