1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00

(x_set_menu_bar_lines): Increment windows_or_buffers_changed.

This commit is contained in:
Richard M. Stallman 1997-04-25 04:47:13 +00:00
parent 536f1a104b
commit 3d09b6beb6

View file

@ -1726,6 +1726,9 @@ x_set_menu_bar_lines (f, value, oldval)
else
nlines = 0;
/* Make sure we redisplay all windows in this frame. */
windows_or_buffers_changed++;
#ifdef USE_X_TOOLKIT
FRAME_MENU_BAR_LINES (f) = 0;
if (nlines)