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). */
|
how the panel are split (horizontal/vertical). */
|
||||||
done_menu();
|
done_menu();
|
||||||
init_menu();
|
init_menu();
|
||||||
|
menubar_arrange(the_menubar);
|
||||||
#ifdef RESIZABLE_MENUBAR
|
|
||||||
menubar_arrange(the_menubar);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue