Don't open context menu when tapping on an image
BUG: 466381
This commit is contained in:
@@ -319,6 +319,7 @@ ColumnLayout {
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
acceptedDevices: PointerDevice.Mouse
|
||||
acceptedButtons: Qt.RightButton
|
||||
onTapped: root.openContextMenu()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user