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:
fedor 2002-07-12 01:41:35 +00:00
parent 16493557c9
commit 39738fb0b8
8 changed files with 13 additions and 1 deletions

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;