Make the RightClick button works correctly
This commit is contained in:
@@ -118,6 +118,7 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
TapHandler {
|
TapHandler {
|
||||||
acceptedButtons: Qt.RightButton
|
acceptedButtons: Qt.RightButton
|
||||||
|
gesturePolicy: TapHandler.ReleaseWithinBounds
|
||||||
onTapped: roomListContextMenu.createObject(roomLayout, {"room": currentRoom}).popup()
|
onTapped: roomListContextMenu.createObject(roomLayout, {"room": currentRoom}).popup()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user