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:
parent
fdeed41814
commit
a45bad2a88
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue