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:
Gregory John Casamento 2002-11-24 03:55:25 +00:00
parent ffaf1174f0
commit 7e3d19eea7
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -112,7 +112,7 @@
backing: NSBackingStoreBuffered
defer: YES];
[win setMenu: self];
[win setLevel: NSSubmenuWindowLevel];
// [win setLevel: NSSubmenuWindowLevel];
// [win setWorksWhenModal: YES];
// [win setBecomesKeyOnlyIfNeeded: YES];