X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fqtquick1%2Fgraphicsitems%2Fqdeclarativeitem.cpp;h=20b4c11f5b1acb90df1803c8944c9cc87b13613c;hb=f9949f501890a7f8289fcbda85d3a4085bdbb21a;hp=a4654e4fe83595631495c1bb0e91e0aa3cbcc40d;hpb=1ddef09c351f2899b1662ddd1de190c0d0a8b7bf;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/src/qtquick1/graphicsitems/qdeclarativeitem.cpp b/src/qtquick1/graphicsitems/qdeclarativeitem.cpp index a4654e4..20b4c11 100644 --- a/src/qtquick1/graphicsitems/qdeclarativeitem.cpp +++ b/src/qtquick1/graphicsitems/qdeclarativeitem.cpp @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include #include @@ -2897,7 +2897,7 @@ QDeclarativeListProperty QDeclarativeItemPrivate::trans If clipping is enabled, an item will clip its own painting, as well 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 + 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.