summaryrefslogtreecommitdiff
path: root/src/effects
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects')
-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