From 341bf00b63856eac33a3eef3e64d526eb72992ca Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 17 Mar 2017 17:21:38 +0200 Subject: [PATCH] disable effects if no panel is shown --- containment/contents/ui/VisibilityManager.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment/contents/ui/VisibilityManager.qml b/containment/contents/ui/VisibilityManager.qml index 68ffd8521..f475020e3 100644 --- a/containment/contents/ui/VisibilityManager.qml +++ b/containment/contents/ui/VisibilityManager.qml @@ -86,7 +86,7 @@ Item{ target: dock property: "drawEffects" when: dock - value: root.blurEnabled && !root.solidPanel + value: root.blurEnabled && root.useThemePanel && !root.solidPanel } Binding{