diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-30 07:15:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-30 07:15:19 +0000 |
commit | 8c359eecbc592b260d7c0f0835a143f66f7b5c4d (patch) | |
tree | 849b7ec2a61a3c8f5a85962bff7cf3f33516d699 | |
parent | 936883b0bc33e3ac684db16f425b1292f52076a5 (diff) | |
download | emacs-8c359eecbc592b260d7c0f0835a143f66f7b5c4d.tar.gz |
(free_frame_menubar): Clear menubar_height field.
-rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index bdfe046f838..533526f5c4e 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1891,6 +1891,8 @@ free_frame_menubar (f) int id; menubar_widget = f->output_data.x->menubar_widget; + + f->output_data.x->menubar_height = 0; if (menubar_widget) { |