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