mirror of https://github.com/MidnightCommander/mc
Even non-resizeable menus must be rearranged if layout changes
This commit is contained in:
parent
13de3b19a6
commit
780910241e
|
@ -521,11 +521,7 @@ void layout_change (void)
|
|||
how the panel are split (horizontal/vertical). */
|
||||
done_menu();
|
||||
init_menu();
|
||||
|
||||
#ifdef RESIZABLE_MENUBAR
|
||||
menubar_arrange(the_menubar);
|
||||
#endif
|
||||
|
||||
menubar_arrange(the_menubar);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue