diff --git a/src/effects/private/qml/WindowHeap.qml b/src/effects/private/qml/WindowHeap.qml index d35faca3f7..763790dbf2 100644 --- a/src/effects/private/qml/WindowHeap.qml +++ b/src/effects/private/qml/WindowHeap.qml @@ -26,6 +26,7 @@ FocusScope { property int selectedIndex: -1 property int animationDuration: PlasmaCore.Units.longDuration property bool animationEnabled: false + property bool dragEnabled: true property real padding: 0 property var showOnly: [] @@ -300,6 +301,7 @@ FocusScope { component DragManager : DragHandler { id: dragHandler + enabled: heap.dragEnabled target: null readonly property double targetScale: {