Disable long press to open context menu

Interferes with drag-scrolling for HTileDelegate
This commit is contained in:
miruka
2019-09-02 13:29:05 -04:00
parent 6b18ac6d26
commit 970b0c82d3
2 changed files with 3 additions and 1 deletions

View File

@@ -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()
}
}