diff --git a/src/layout.c b/src/layout.c index 8306ba0ac..b43cb155c 100644 --- a/src/layout.c +++ b/src/layout.c @@ -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 }