Don't open context menus when touching on a delegate
This commit is contained in:
@@ -88,7 +88,6 @@ TimelineContainer {
|
||||
|
||||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onLongPressed: openFileContext(model, parent)
|
||||
onTapped: {
|
||||
img.ToolTip.hide()
|
||||
fullScreenImage.open()
|
||||
|
||||
@@ -316,6 +316,7 @@ QQC2.ItemDelegate {
|
||||
|
||||
TapHandler {
|
||||
acceptedButtons: Qt.RightButton
|
||||
acceptedDevices: PointerDevice.Mouse
|
||||
onTapped: timelineContainer.openContextMenu()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user