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:
parent
536f1a104b
commit
3d09b6beb6
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue