; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo.
This commit is contained in:
parent
5db4ec20fe
commit
0c9ca96c06
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue