Commit dce13e4b authored by Jørgen Lind's avatar Jørgen Lind
Browse files

Fix too many resizes and move events for native widgets


When the QWidgetWindow receives a resize or move event, it should check
with the widget if its crect already has this geometry. if not then send
the resize or move event

Ideally events should be sent whenever the QWidgetWindow receives them.
QTBUG-42383 is created for this problem

Task-number: QTBUG-29937
Task-number: QTBUG-38768
Task-number: QTBUG-30744
Change-Id: I1e9a5d25de29a98885edece927ba14d7a763eb01
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
parent 293207b5
No related merge requests found
Showing with 151 additions and 20 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment