Don't open context menu when tapping on an image

BUG: 466381
This commit is contained in:
Tobias Fella
2023-03-05 23:58:24 +01:00
parent d1f7e7091e
commit e954fc204f

View File

@@ -319,6 +319,7 @@ ColumnLayout {
} }
TapHandler { TapHandler {
acceptedDevices: PointerDevice.Mouse
acceptedButtons: Qt.RightButton acceptedButtons: Qt.RightButton
onTapped: root.openContextMenu() onTapped: root.openContextMenu()
} }