/* Force the pane widget to resize itself with the right values. */
EmacsFrameSetCharSize (x->edit_widget, columns, rows);
-
UNBLOCK_INPUT;
}
f->output_data.x->menubar_height = menubar_size;
}
+ x_set_menu_resources_from_menu_face (f, f->output_data.x->menubar_widget);
free_menubar_widget_value_tree (first_wv);
-
update_frame_menubar (f);
UNBLOCK_INPUT;
/* Display the menu. */
lw_popup_menu (menu, &dummy);
+ x_set_menu_resources_from_menu_face (f, menu);
popup_activated_flag = 1;
/* Process events that apply to the menu. */