mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:50:38 +00:00
Menu level fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15971 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1b342140b
commit
4221f51f1a
2 changed files with 7 additions and 0 deletions
|
@ -225,6 +225,7 @@ static NSNotificationCenter *nc;
|
|||
// Create the windows that will display the menu.
|
||||
_aWindow = [self _createWindow];
|
||||
_bWindow = [self _createWindow];
|
||||
[_bWindow setLevel: NSPopUpMenuWindowLevel];
|
||||
|
||||
// Create a NSMenuView to draw our menu items.
|
||||
_view = [[NSMenuView alloc] initWithFrame: NSMakeRect(0,0,50,50)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue