diff options
author | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-06-08 17:26:59 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-06-09 07:43:41 (GMT) |
commit | e2e039954b2212a9cee0b7f72e383621f8bc6c8f (patch) | |
tree | 460ecc1c8c1085e57a84b23e1a60c198f1284eda /src/gui/graphicsview/qgraphicsscene_p.h | |
parent | e8be9f499547125490d61fb07b6aa023e38cd410 (diff) | |
download | Qt-e2e039954b2212a9cee0b7f72e383621f8bc6c8f.zip Qt-e2e039954b2212a9cee0b7f72e383621f8bc6c8f.tar.gz Qt-e2e039954b2212a9cee0b7f72e383621f8bc6c8f.tar.bz2 |
Revert 7aee2a7054d1ca280f6dfc9c46b3fe2ce403ccb3, fix render bugs.
This change introduced an unexpected interdependency for scenes with
items that enable ItemStacksBehindParent, and that contain children
that are transformed. There's a manual test for this, called
clippingAndTransformations, which shows this problem.
The bug has been fixed and this change also includes an autotest that
covers exactly this problem.
Diffstat (limited to 'src/gui/graphicsview/qgraphicsscene_p.h')
-rw-r--r-- | src/gui/graphicsview/qgraphicsscene_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsscene_p.h b/src/gui/graphicsview/qgraphicsscene_p.h index fd7decf..000e2ba 100644 --- a/src/gui/graphicsview/qgraphicsscene_p.h +++ b/src/gui/graphicsview/qgraphicsscene_p.h @@ -290,7 +290,6 @@ public: void updatePalette(const QPalette &palette); QStyleOptionGraphicsItem styleOptionTmp; - QTransform transformTmp; }; QT_END_NAMESPACE |