From: Eli Zaretskii Date: Sun, 17 Jul 2022 10:12:03 +0000 (+0300) Subject: ; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~884 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c9ca96c06fe4095d1182ed958f7c661861ebd70;p=emacs.git ; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo. --- 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. */