From 5d80fdfcb6b66fc7015fa08059bbe4c28de20ea2 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 16 Dec 2020 16:28:42 +0000 Subject: [PATCH] Make the RightClick button works correctly --- imports/NeoChat/Page/RoomListPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 0de6491ed..55215b5c0 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -118,6 +118,7 @@ Kirigami.ScrollablePage { TapHandler { acceptedButtons: Qt.RightButton + gesturePolicy: TapHandler.ReleaseWithinBounds onTapped: roomListContextMenu.createObject(roomLayout, {"room": currentRoom}).popup() }