mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
fix problems with overlaps between toolbars, window contents, and in-window menus
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30206 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f04ae9d0d
commit
259dc054b6
3 changed files with 14 additions and 15 deletions
|
@ -1816,12 +1816,6 @@ many times.
|
|||
{
|
||||
[_wv setInputState: GSTitleBarNormal];
|
||||
}
|
||||
if ([self menu] == [NSApp mainMenu])
|
||||
{
|
||||
/* This window contains the main menu ... remove it.
|
||||
*/
|
||||
[self setMenu: nil];
|
||||
}
|
||||
[nc postNotificationName: NSWindowDidResignMainNotification object: self];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue