summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorBłażej Szczygieł <spaz16@wp.pl>2016-03-24 23:50:24 +0100
committerBłażej Szczygieł <spaz16@wp.pl>2016-09-12 08:38:06 +0000
commit3b8df0ea44b048b8fcc4317ffdfd074e2547a95e (patch)
treed95f2e05ebc62ca0744091c3ebd2e164297fdf91 /src/sql
parent66fcd0cf6674fa96ede7776ca3afa786499a07ad (diff)
QtWidgets: Send show/hide event to children on restore/minimize
Child widgets should get the show/hide event when the TLW changes its state, because child widgets are also visible or invisible. This restores the Qt4 behavior (fixes the Qt4->Qt5 regression). Restoring/minimizing the TLW now sends the spontaneous show/hide event. Show events are now handled also in the expose event handler in the QWidgetWindow class, because the show event must occur before the expose event to avoid possible flicker e.g. the OpenGL content. This can happen e.g. on XCB platform. If the "WindowStateChange" event occur before the expose event (e.g. Windows platform) then the code in expose event handler will be ignored to prevent event duplications. Added autotest. Task-number: QTBUG-50589 Change-Id: Ie9a9329b1f29bff876de28d5948d0d5fb6bc1f05 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/sql')
0 files changed, 0 insertions, 0 deletions