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
3dbe4b54
Commit
3dbe4b54
authored
Apr 27, 2007
by
Jan Djärv
Browse files
(xdialog_show): Call Fredisplay before showing the dialog.
parent
0e65eb18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/xmenu.c
src/xmenu.c
+8
-0
No files found.
src/xmenu.c
View file @
3dbe4b54
...
...
@@ -3333,6 +3333,14 @@ xdialog_show (f, keymaps, title, header, error_name)
/* No selection has been chosen yet. */
menu_item_selection
=
0
;
/* Force a redisplay before showing the dialog. If a frame is created
just before showing the dialog, its contents may not have been fully
drawn, as this depends on timing of events from the X server. Redisplay
is not done when a dialog is shown. If redisplay could be done in the
X event loop (i.e. the X event loop does not run in a signal handler)
this would not be needed. */
Fredisplay
(
Qt
);
/* Actually create and show the dialog. */
create_and_show_dialog
(
f
,
first_wv
);
...
...
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