Applied changes in menuInWindow.patch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31895 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
espectador 2011-01-16 00:32:54 +00:00
parent a99e46fa36
commit b3d789fcec
6 changed files with 50 additions and 32 deletions

View file

@ -1818,14 +1818,6 @@ many times.
if (_f.is_main == YES)
{
_f.is_main = NO;
//We close the menu if the app will be hide
if (NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", self) ==
NSWindows95InterfaceStyle)
{
[[[self menu] attachedMenu] close];
}
if (_f.is_key == YES)
{
[_wv setInputState: GSTitleBarKey];