mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
Fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5606 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2bc9a218d4
commit
385814e1eb
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue