Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LRN
gtk
Commits
f60a2687
Commit
f60a2687
authored
Apr 24, 2021
by
LRN
Browse files
Don't process W32 messages while in a W32 modal loop
parent
1aa20c45
Pipeline
#277199
passed with stages
in 46 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
gdk/win32/gdkevents-win32.c
View file @
f60a2687
...
...
@@ -3898,7 +3898,8 @@ _gdk_win32_display_queue_events (GdkDisplay *display)
{
MSG
msg
;
if
(
modal_win32_dialog
!=
NULL
)
if
(
modal_win32_dialog
!=
NULL
||
_modal_operation_in_progress
!=
GDK_WIN32_MODAL_OP_NONE
)
return
;
while
(
PeekMessageW
(
&
msg
,
NULL
,
0
,
0
,
PM_REMOVE
))
...
...
Write
Preview
Supports
Markdown
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