mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
A load of changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d69b992d2
commit
6bceaa0b50
12 changed files with 1035 additions and 49 deletions
|
@ -595,10 +595,18 @@ static float GSMenuBarHeight = 25.0; // a guess.
|
|||
}
|
||||
else
|
||||
{
|
||||
[self setHighlightedItemIndex: -1];
|
||||
lastIndex = index;
|
||||
weWereOut = YES;
|
||||
[window flushWindow];
|
||||
if (![[menuv_items_link objectAtIndex: lastIndex] hasSubmenu])
|
||||
{
|
||||
[self setHighlightedItemIndex: -1];
|
||||
lastIndex = index;
|
||||
weWereOut = YES;
|
||||
[window flushWindow];
|
||||
}
|
||||
else
|
||||
{
|
||||
weLeftMenu = YES;
|
||||
done = YES;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue