mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(x_set_tool_bar_lines): Clear the tool bar window's
current matrix when the window gets smaller.
This commit is contained in:
parent
dd388130ea
commit
ddc2474766
@ -2101,6 +2101,9 @@ x_set_tool_bar_lines (f, value, oldval)
|
|||||||
x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
|
x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
|
||||||
0, y, width, height, False);
|
0, y, width, height, False);
|
||||||
UNBLOCK_INPUT;
|
UNBLOCK_INPUT;
|
||||||
|
|
||||||
|
if (WINDOWP (f->tool_bar_window))
|
||||||
|
clear_glyph_matrix (XWINDOW (f->tool_bar_window)->current_matrix);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user