mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Corrected problem w/ Menus palette
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ffaf1174f0
commit
7e3d19eea7
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/0Menus/main.m: removed -[NSWindow setLevel:]
|
||||
which sets the menu window being dragged to NSSubmenuLevel.
|
||||
This makes it easier to place the menu item.
|
||||
|
||||
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/1Windows/main.m: Added code to
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
backing: NSBackingStoreBuffered
|
||||
defer: YES];
|
||||
[win setMenu: self];
|
||||
[win setLevel: NSSubmenuWindowLevel];
|
||||
// [win setLevel: NSSubmenuWindowLevel];
|
||||
|
||||
// [win setWorksWhenModal: YES];
|
||||
// [win setBecomesKeyOnlyIfNeeded: YES];
|
||||
|
|
Loading…
Reference in a new issue