diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-07-10 16:14:48 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-07-10 16:45:36 (GMT) |
commit | 435fae071798817f57bc89bf5d1ac20aae488625 (patch) | |
tree | b89688c7fac9790cb678879bdf7d357b7c761b67 /tests/auto/qaccessibility/tst_qaccessibility.cpp | |
parent | 3384aea1357a0f2e7c633701f467d5f8b0855c50 (diff) | |
download | Qt-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/qaccessibility/tst_qaccessibility.cpp')
0 files changed, 0 insertions, 0 deletions