|
|
@ -190,8 +190,7 @@ Item{
|
|
|
|
var isTouchingTopScreenEdge = (latteView.y === latteView.screenGeometry.y);
|
|
|
|
var isTouchingTopScreenEdge = (latteView.y === latteView.screenGeometry.y);
|
|
|
|
var hasTopBorder = ((latteView.effects && (latteView.effects.enabledBorders & PlasmaCore.FrameSvg.TopBorder)) > 0);
|
|
|
|
var hasTopBorder = ((latteView.effects && (latteView.effects.enabledBorders & PlasmaCore.FrameSvg.TopBorder)) > 0);
|
|
|
|
|
|
|
|
|
|
|
|
return root.isVertical && !latteView.visibility.isHidden && !isTouchingTopScreenEdge && !hasTopBorder
|
|
|
|
return root.isVertical && !latteView.visibility.isHidden && !isTouchingTopScreenEdge && !hasTopBorder && panelBoxBackground.isShown;
|
|
|
|
&& (root.forcePanelForBusyBackground || root.forceSolidPanel);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -206,8 +205,7 @@ Item{
|
|
|
|
|
|
|
|
|
|
|
|
var hasBottomBorder = ((latteView.effects && (latteView.effects.enabledBorders & PlasmaCore.FrameSvg.BottomBorder)) > 0);
|
|
|
|
var hasBottomBorder = ((latteView.effects && (latteView.effects.enabledBorders & PlasmaCore.FrameSvg.BottomBorder)) > 0);
|
|
|
|
|
|
|
|
|
|
|
|
return root.isVertical && !latteView.visibility.isHidden && !isTouchingBottomScreenEdge && !hasBottomBorder
|
|
|
|
return root.isVertical && !latteView.visibility.isHidden && !isTouchingBottomScreenEdge && !hasBottomBorder && panelBoxBackground.isShown;
|
|
|
|
&& (root.forcePanelForBusyBackground || root.forceSolidPanel);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|