mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
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:
parent
d56846ede3
commit
150cf7ad7c
8 changed files with 13 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -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.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue