From f66ec626f0fbeb5b788ce2e2b37f8ccc764404e6 Mon Sep 17 00:00:00 2001 From: Malte E Date: Mon, 28 Mar 2022 20:22:58 +0200 Subject: fix tapping messages, fix pressandhold/doubletap on touch --- resources/qml/delegates/Reply.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/qml/delegates/Reply.qml') diff --git a/resources/qml/delegates/Reply.qml b/resources/qml/delegates/Reply.qml index 53a007fe..87eb371a 100644 --- a/resources/qml/delegates/Reply.qml +++ b/resources/qml/delegates/Reply.qml @@ -78,6 +78,7 @@ AbstractButton { acceptedButtons: Qt.RightButton onSingleTapped: replyContextMenu.show(reply.child.copyText, reply.child.linkAt(eventPoint.position.x, eventPoint.position.y - userName_.implicitHeight), r.eventId) gesturePolicy: TapHandler.ReleaseWithinBounds + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus | PointerDevice.TouchPad } AbstractButton { -- cgit 1.5.1