Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac441528
Commit
ac441528
authored
Oct 06, 1999
by
Gerd Moellmann
Browse files
(set_frame_menubar, xmenu_show): Call
x_set_menu_resources_from_menu_face.
parent
c7ae3284
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xmenu.c
src/xmenu.c
+2
-2
No files found.
src/xmenu.c
View file @
ac441528
...
...
@@ -1545,7 +1545,6 @@ update_frame_menubar (f)
/* Force the pane widget to resize itself with the right values. */
EmacsFrameSetCharSize
(
x
->
edit_widget
,
columns
,
rows
);
UNBLOCK_INPUT
;
}
...
...
@@ -1789,8 +1788,8 @@ set_frame_menubar (f, first_time, deep_p)
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
;
...
...
@@ -2135,6 +2134,7 @@ xmenu_show (f, x, y, for_click, keymaps, title, error)
/* 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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment