Even non-resizeable menus must be rearranged if layout changes

This commit is contained in:
Pavel Machek 1998-05-17 03:29:25 +00:00
parent 13de3b19a6
commit 780910241e
1 changed files with 1 additions and 5 deletions

View File

@ -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
} }