mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Fixed small (but irritating) menu bug
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5363 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
983ccaf9e8
commit
f6198694de
2 changed files with 7 additions and 3 deletions
|
@ -793,9 +793,6 @@ static float GSMenuBarHeight = 25.0; // A wild guess.
|
|||
|
||||
if (![menuv_menu isFollowTransient])
|
||||
[self setHighlightedItemIndex: -1];
|
||||
|
||||
if (![[menuv_items_link objectAtIndex: index] hasSubmenu])
|
||||
menuv_keepAttachedMenus = NO;
|
||||
}
|
||||
|
||||
// Close menus if needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue