mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Just call update on all submenus instead of ones that are visible
This commit is contained in:
parent
40fc3ab2ec
commit
4be0d3d1e4
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ static BOOL menuBarVisible = YES;
|
|||
|
||||
if ([item hasSubmenu])
|
||||
{
|
||||
[[item submenu] _updateSubmenu];
|
||||
[[item submenu] update];
|
||||
}
|
||||
|
||||
[self _autoenableItem: item];
|
||||
|
|
Loading…
Reference in a new issue