aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-30 07:15:19 +0000
committerRichard M. Stallman1997-08-30 07:15:19 +0000
commita45bad2a88674116fc435fcfad5a19995bc99d64 (patch)
treebf373cc4de6fb57b2852279db129014bfe22c3d9 /src
parentfdeed41814651afcd313a434ff589577a2a38ee5 (diff)
downloademacs-a45bad2a88674116fc435fcfad5a19995bc99d64.tar.gz
emacs-a45bad2a88674116fc435fcfad5a19995bc99d64.zip
(free_frame_menubar): Clear menubar_height field.
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
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)
1891 int id; 1891 int id;
1892 1892
1893 menubar_widget = f->output_data.x->menubar_widget; 1893 menubar_widget = f->output_data.x->menubar_widget;
1894
1895 f->output_data.x->menubar_height = 0;
1894 1896
1895 if (menubar_widget) 1897 if (menubar_widget)
1896 { 1898 {