mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
Fixes to the text network.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4641 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d305ee4fe0
commit
aa3258aa39
6 changed files with 879 additions and 257 deletions
|
@ -663,14 +663,12 @@ cell do the following */
|
|||
|
||||
[self setHighlightedItemIndex: -1];
|
||||
|
||||
// if ([selectedCell action] && ![selectedCell target])
|
||||
if (menuv_menu)
|
||||
[menuv_menu performActionForItem:
|
||||
[menuv_items_link objectAtIndex: lastIndex]];
|
||||
|
||||
if (menuv_popb)
|
||||
[menuv_popb performSelector:[selectedCell action] withObject:selectedCell];
|
||||
// else if ([selectedCell action] && [selectedCell target])
|
||||
|
||||
/* If we are a menu */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue