Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
QtTesting
Commits
f4a72877
Commit
f4a72877
authored
Mar 08, 2012
by
Utkarsh Ayachit
⛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use sendPostedEvents() since processEvents() doesn't process all events.
parent
d00d84de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pqEventDispatcher.cxx
pqEventDispatcher.cxx
+2
-0
No files found.
pqEventDispatcher.cxx
View file @
f4a72877
...
@@ -305,6 +305,8 @@ void pqEventDispatcher::processEventsAndWait(int ms)
...
@@ -305,6 +305,8 @@ void pqEventDispatcher::processEventsAndWait(int ms)
loop
.
exec
();
loop
.
exec
();
}
}
QApplication
::
processEvents
();
QApplication
::
processEvents
();
QApplication
::
sendPostedEvents
();
QApplication
::
processEvents
();
pqEventDispatcher
::
DeferMenuTimeouts
=
prev
;
pqEventDispatcher
::
DeferMenuTimeouts
=
prev
;
}
}
...
...
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