summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-12 07:10:59 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-12 07:10:59 (GMT)
commit81529d52a76b48aa89b7ac8c9044da4ea5c11f3f (patch)
tree15804758bc6d213044fcacd8d00c88d8321ed1c9 /src/declarative/graphicsitems/qdeclarativeitem.cpp
parent03d9d3cf641c8dde22a903870ac2b6e58ada6eec (diff)
parent773512d205df2ba7caa28b7b5cdbfbd6787a0967 (diff)
downloadQt-81529d52a76b48aa89b7ac8c9044da4ea5c11f3f.zip
Qt-81529d52a76b48aa89b7ac8c9044da4ea5c11f3f.tar.gz
Qt-81529d52a76b48aa89b7ac8c9044da4ea5c11f3f.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitem.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp
index 2b41710..cc7c673 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp
@@ -2500,7 +2500,9 @@ QDeclarativeListProperty<QDeclarativeTransition> QDeclarativeItemPrivate::transi
This property holds whether clipping is enabled.
if clipping is enabled, an item will clip its own painting, as well
- as the painting of its children, to its bounding rectangle.
+ as the painting of its children, to its bounding rectangle. If you set
+ clipping during an item's paint operation, remember to re-set it to
+ prevent clipping the rest of your scene.
Non-rectangular clipping regions are not supported for performance reasons.
*/