; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo.

This commit is contained in:
Eli Zaretskii 2022-07-17 13:12:03 +03:00
parent 5db4ec20fe
commit 0c9ca96c06

View 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. */