Fix Help menu on macOS
* src/nsmenu.m (ns_update_menubar): Make sure to reset the help menu when we move it to another submenu.
This commit is contained in:
parent
26bfaa1f78
commit
c4c8da67e8
1 changed files with 3 additions and 0 deletions
|
@ -365,6 +365,9 @@
|
|||
else
|
||||
submenu = [menu addSubmenuWithTitle: wv->name];
|
||||
|
||||
if ([[submenu title] isEqualToString:@"Help"])
|
||||
[NSApp setHelpMenu:submenu];
|
||||
|
||||
if (deep_p)
|
||||
[submenu fillWithWidgetValue: wv->contents];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue