summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsproxywidget
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-07-10 16:14:48 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-07-10 16:45:36 (GMT)
commit435fae071798817f57bc89bf5d1ac20aae488625 (patch)
treeb89688c7fac9790cb678879bdf7d357b7c761b67 /tests/auto/qgraphicsproxywidget
parent3384aea1357a0f2e7c633701f467d5f8b0855c50 (diff)
downloadQt-435fae071798817f57bc89bf5d1ac20aae488625.zip
Qt-435fae071798817f57bc89bf5d1ac20aae488625.tar.gz
Qt-435fae071798817f57bc89bf5d1ac20aae488625.tar.bz2
QGraphicsItem not updated properly when moving parent.
Found during manual testing (manualtests/graphicsview/movableitems). Moving a child item (via its parent) outside the viewport, and then back again didn't trigger an update on the child. Reason was that we had a cut-off checking the wrong bit (geometryChanged). This bit means exactly the same as the paintedViewBoundingRectsNeedRepaint bit, except that it doesn't propagate to the children (and that's the bug). We use paintedViewBoundingRectsNeedRepaint instead. Auto-test included.
Diffstat (limited to 'tests/auto/qgraphicsproxywidget')
0 files changed, 0 insertions, 0 deletions