Disable long press to open context menu
Interferes with drag-scrolling for HTileDelegate
This commit is contained in:
@@ -104,6 +104,6 @@ HButton {
|
||||
|
||||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
onLongPressed: if (contextMenu.count > 0) contextMenu.popup()
|
||||
// onLongPressed: if (contextMenu.count > 0) contextMenu.popup()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user