diff options
Diffstat (limited to 'src/w32menu.c')
| -rw-r--r-- | src/w32menu.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index 6af69f482d4..964b965fac1 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -494,7 +494,10 @@ set_frame_menubar (struct frame *f, bool first_time, bool deep_p) | |||
| 494 | /* Force the window size to be recomputed so that the frame's text | 494 | /* Force the window size to be recomputed so that the frame's text |
| 495 | area remains the same, if menubar has just been created. */ | 495 | area remains the same, if menubar has just been created. */ |
| 496 | if (old_widget == NULL) | 496 | if (old_widget == NULL) |
| 497 | adjust_frame_size (f, -1, -1, 2, false, Qmenu_bar_lines); | 497 | { |
| 498 | windows_or_buffers_changed = 23; | ||
| 499 | adjust_frame_size (f, -1, -1, 2, false, Qmenu_bar_lines); | ||
| 500 | } | ||
| 498 | } | 501 | } |
| 499 | 502 | ||
| 500 | unblock_input (); | 503 | unblock_input (); |