disable effects if no panel is shown

pull/1/head
Michail Vourlakos 8 years ago
parent a4ee035c93
commit b4334be011

@ -86,7 +86,7 @@ Item{
target: dock
property: "drawEffects"
when: dock
value: root.blurEnabled && !root.solidPanel
value: root.blurEnabled && root.useThemePanel && !root.solidPanel
}
Binding{

Loading…
Cancel
Save