]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo.
authorEli Zaretskii <eliz@gnu.org>
Sun, 17 Jul 2022 10:12:03 +0000 (13:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 17 Jul 2022 10:12:03 +0000 (13:12 +0300)
src/xdisp.c

index c0ef15f218c041a1f7a389229e5814326cdbeba6..b693df4adb8f0a3a8f3ca288d2de41786eaa9fe5 100644 (file)
@@ -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.  */