From 780910241ef91501d4a0552c0f99cd3e11ade110 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sun, 17 May 1998 03:29:25 +0000 Subject: [PATCH] Even non-resizeable menus must be rearranged if layout changes --- src/layout.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 }