From 78a8770be826b583d3e6b4a52c56dbf3957f514d Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 11 May 2020 20:12:23 +0300 Subject: [PATCH] clip Tasks Scrollable area --this way the Tasks applet can not hover and hijack signals from previous added applets in the same Layout container --- plasmoid/package/contents/ui/taskslayout/ScrollableList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml b/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml index af1f6060b..2808eae8c 100644 --- a/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml +++ b/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml @@ -25,7 +25,7 @@ import org.kde.latte.core 0.2 as LatteCore Flickable{ id: flickableContainer - clip: false + clip: root.screenGeometry && contentsExceed flickableDirection: plasmoid.formFactor === PlasmaCore.Types.Horizontal ? Flickable.HorizontalFlick : Flickable.VerticalFlick interactive: false