mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:10:47 +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
16493557c9
commit
39738fb0b8
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>
|
2002-07-11 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||||
|
|
||||||
* Source/NSButtonCell.m ([-isOpaque]): New behaviour
|
* 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
|
backing: NSBackingStoreBuffered
|
||||||
defer: YES];
|
defer: YES];
|
||||||
[win setLevel: NSSubmenuWindowLevel];
|
[win setLevel: NSSubmenuWindowLevel];
|
||||||
[win setWorksWhenModal: YES];
|
[win setWorksWhenModal: NO];
|
||||||
[win setBecomesKeyOnlyIfNeeded: YES];
|
[win setBecomesKeyOnlyIfNeeded: YES];
|
||||||
|
|
||||||
return win;
|
return win;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue