From 70e7622c69884dadb6116224130d7f70084968eb Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Sat, 25 Feb 2023 22:46:50 +0200 Subject: [PATCH] effects: Fix clicking windows in window view effect The DragHandler immediately activates and takes over the TapHandler, thus blocking selecting windows by tapping them. --- src/effects/private/qml/WindowHeapDelegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/effects/private/qml/WindowHeapDelegate.qml b/src/effects/private/qml/WindowHeapDelegate.qml index cf954ec16f..c7a138ee13 100644 --- a/src/effects/private/qml/WindowHeapDelegate.qml +++ b/src/effects/private/qml/WindowHeapDelegate.qml @@ -373,7 +373,6 @@ Item { component DragManager : DragHandler { target: null - dragThreshold: 0 grabPermissions: PointerHandler.CanTakeOverFromAnything // This does not work when moving pointer fast and pressing along the way // See also QTBUG-105903, QTBUG-105904