From 0c9ca96c06fe4095d1182ed958f7c661861ebd70 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 17 Jul 2022 13:12:03 +0300 Subject: [PATCH] ; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index c0ef15f218c..b693df4adb8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -15073,7 +15073,7 @@ redisplay_tool_bar (struct frame *f) if (!NILP (Vauto_resize_tool_bars)) { - bool change_height_p = true; + bool change_height_p = false; /* If we couldn't display everything, change the tool-bar's height if there is room for more. */ -- 2.39.5