mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:00:38 +00:00
Submenu management bugfixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7448 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8d1f6c50ef
commit
8a88035ef0
3 changed files with 18 additions and 3 deletions
|
@ -596,7 +596,7 @@ static NSString *NSMenuLocationsKey = @"NSMenuLocations";
|
|||
|
||||
- (void) setSupermenu: (NSMenu *)supermenu
|
||||
{
|
||||
ASSIGN(menu_supermenu, supermenu);
|
||||
menu_supermenu = supermenu;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue