Not work in modal loop. transparency fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14134 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-07-12 01:41:35 +00:00
parent d56846ede3
commit 150cf7ad7c
8 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2002-07-11 Adam Fedor <fedor@gnu.org>
* Source/NSMenu.m (-_createWindow): Set to NOT work when in
modal loop.
* Images/common_RadioOff.tiff
* Images/common_RadioOn.tiff
* Images/common_outlineCollapsed.tiff
* Images/common_outlineExpanded.tiff
* Images/common_outlineUnexpandable.tiff: Transparency fixes
(From deek@d2dc.net).
2002-07-11 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSButtonCell.m ([-isOpaque]): New behaviour

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -113,7 +113,7 @@ static NSNotificationCenter *nc;
backing: NSBackingStoreBuffered
defer: YES];
[win setLevel: NSSubmenuWindowLevel];
[win setWorksWhenModal: YES];
[win setWorksWhenModal: NO];
[win setBecomesKeyOnlyIfNeeded: YES];
return win;