From cce68d065308e6132cff551d53357cdd9af55a9f Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 22 Feb 2018 18:04:55 +0200 Subject: [PATCH] update maskArea when effectsArea is changing --this applies only in !compositing mode, because is that mode effectsArea is always more accurate instead of the mask calculations! --- containment/package/contents/ui/PanelBox.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/containment/package/contents/ui/PanelBox.qml b/containment/package/contents/ui/PanelBox.qml index 17bcf7025..76fdb8066 100644 --- a/containment/package/contents/ui/PanelBox.qml +++ b/containment/package/contents/ui/PanelBox.qml @@ -313,6 +313,10 @@ Item{ efGeometry.height = height; dock.effectsArea = efGeometry; + + if (!Latte.WindowSystem.compositingActive) { + visibilityManager.updateMaskArea(); + } } //! the increases used when the user forces a solid background and the background