aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-03-07 15:55:21 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-14 09:03:37 +0100
commit56abf8b16ff7164b5eabacb686ebc42aa6bdc6d0 (patch)
tree9fab1fbf3ef73be01d99309d385452bce7268224 /src
parent6b197652ab0ff60b151f69fb965355d6ece491a5 (diff)
Fixed RectangularGlow cache mode.
Effect internal cache was incorreclty sized according to parent, not shaderItem as it should be. Change-Id: I7d9c8c034b9c0e4f5a8f65c223cd0b82ed807691 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/effects/RectangularGlow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/RectangularGlow.qml b/src/effects/RectangularGlow.qml
index dc935c7..c7f590f 100644
--- a/src/effects/RectangularGlow.qml
+++ b/src/effects/RectangularGlow.qml
@@ -51,7 +51,7 @@ Item {
ShaderEffectSource {
id: cacheItem
- anchors.fill: parent
+ anchors.fill: shaderItem
visible: rootItem.cached
smooth: true
sourceItem: shaderItem