aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/layouts/layouts.pro
diff options
context:
space:
mode:
authorKari Hautamäki <kari.hautamaki@theqtcompany.com>2015-04-21 08:44:24 +0300
committerShawn Rutledge <shawn.rutledge@theqtcompany.com>2016-02-24 05:56:00 +0000
commitfb2710a7f182ffb910f6b121e8bc125a4f61dcdf (patch)
tree757a0f40df12e683a7085f844d42f10344aa62c1 /examples/quick/layouts/layouts.pro
parent4e7f570f921671c627040537b4dd8cdb77bda3d1 (diff)
Determine QQuickItem::childAt() correctly
[ChangeLog][QtQuick][QQuickItem] Fix to wrong calculation of child at a given point. Previously coordinates of width+1 and height+1 were counted as a child. That caused a child Rect of (0, 0, 100, 100) to be reported as a child at (100, 100), which is wrong (correct max coordinate is (99, 99).) Task-number: QTBUG-41833 Change-Id: I6124a275a5dc1a38eab448235102d563e2a8b0ca Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
Diffstat (limited to 'examples/quick/layouts/layouts.pro')
0 files changed, 0 insertions, 0 deletions