mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +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
|
@ -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…
Add table
Add a link
Reference in a new issue