1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

(free_frame_menubar): Clear menubar_height field.

This commit is contained in:
Richard M. Stallman 1997-08-30 07:15:19 +00:00
parent fdeed41814
commit a45bad2a88

View file

@ -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)
{