diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-16 01:21:56 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-16 01:21:56 (GMT) |
commit | 11fad736e949c04543036654970b9d93cd99d9ff (patch) | |
tree | 16e09988e0a385f46715979dad4f8d574d4bf3ef /src/declarative | |
parent | 5cef28d2fe4a6ac814b30cbd03a259fa9e371008 (diff) | |
download | Qt-11fad736e949c04543036654970b9d93cd99d9ff.zip Qt-11fad736e949c04543036654970b9d93cd99d9ff.tar.gz Qt-11fad736e949c04543036654970b9d93cd99d9ff.tar.bz2 |
transformOrigin defaults to Center, fix image/docs.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicsitem.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsitem.cpp b/src/declarative/graphicsitems/qmlgraphicsitem.cpp index 9fd8702..08c0c2d 100644 --- a/src/declarative/graphicsitems/qmlgraphicsitem.cpp +++ b/src/declarative/graphicsitems/qmlgraphicsitem.cpp @@ -2070,10 +2070,6 @@ void QmlGraphicsItem::setBaselineOffset(qreal offset) color: "blue" width: 100; height: 100 Rectangle { - color: "green" - width: 25; height: 25 - } - Rectangle { color: "red" x: 25; y: 25; width: 50; height: 50 rotation: 30 |