effects: Fix clicking windows in window view effect
The DragHandler immediately activates and takes over the TapHandler, thus blocking selecting windows by tapping them.
This commit is contained in:
parent
1ea2338917
commit
70e7622c69
1 changed files with 0 additions and 1 deletions
|
@ -373,7 +373,6 @@ Item {
|
||||||
|
|
||||||
component DragManager : DragHandler {
|
component DragManager : DragHandler {
|
||||||
target: null
|
target: null
|
||||||
dragThreshold: 0
|
|
||||||
grabPermissions: PointerHandler.CanTakeOverFromAnything
|
grabPermissions: PointerHandler.CanTakeOverFromAnything
|
||||||
// This does not work when moving pointer fast and pressing along the way
|
// This does not work when moving pointer fast and pressing along the way
|
||||||
// See also QTBUG-105903, QTBUG-105904
|
// See also QTBUG-105903, QTBUG-105904
|
||||||
|
|
Loading…
Reference in a new issue