summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2018-09-04 10:30:53 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2018-10-12 10:21:32 +0000
commit8315acfb16ebc0c8788255965f73eb9d3557f027 (patch)
treef752944eadddd655cd143c02c411a7e2119f1231 /qmake
parent466d65cd5b62caa1359b8e64e7e369a35390ac2d (diff)
Revert "glib dispatcher: ensure all window system events are flushed"
This reverts commit 341bfcd1eaa9116c143e3b7d3219ef04c7b8a0cb. As it turns out there might be use cases where we want to have proper windowing system event integration with glib dispatcher via g_source_attach(). For example with gtk_dialog_run, where GTK blocks in a recursive main loop. We want to continue dispatcing our windowing system events during this nested event loop. Not having a proper glib integration can result in rendering issues, e.g. when resizing parent window via mouse while GTK-based dialog is shown. Can be seen on examples/widgets/richtext/textedit/ -> Format (from menu) -> "Color..." The issue from 341bfcd1eaa actually should be fixed inside XCB platform plugin, by improving integration with event dispatcher. That is handled in follow-up patches. Change-Id: Icabc6d841a554aefbdd460765a3165d22e65f651 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'qmake')
0 files changed, 0 insertions, 0 deletions