From 4d79f8078e4883f268ee12bb5db5873bb694e30d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 26 Feb 2020 23:43:54 +0100 Subject: Don't let click on reply steal focus from the replied to elements --- resources/qml/MatrixText.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/qml/MatrixText.qml') diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml index 560a8108..9a4f7348 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml @@ -22,7 +22,8 @@ TextEdit { { id: ma anchors.fill: parent - onPressed: mouse.accepted = false + propagateComposedEvents: true + acceptedButtons: Qt.NoButton cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor } -- cgit 1.5.1