Only enable taphandler for mouse clicks
BUG: 486545
This commit is contained in:
@@ -47,6 +47,7 @@ Delegates.RoundedItemDelegate {
|
|||||||
|
|
||||||
TapHandler {
|
TapHandler {
|
||||||
acceptedButtons: Qt.RightButton
|
acceptedButtons: Qt.RightButton
|
||||||
|
acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad | PointerDevice.Stylus
|
||||||
onTapped: (eventPoint, button) => root.createRoomListContextMenu()
|
onTapped: (eventPoint, button) => root.createRoomListContextMenu()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user