Fix opening context menus

This commit is contained in:
Tobias Fella
2023-09-13 15:48:39 +02:00
parent 5e80715898
commit 399151eb1d
2 changed files with 0 additions and 2 deletions

View File

@@ -559,7 +559,6 @@ ColumnLayout {
}
TapHandler {
acceptedDevices: PointerDevice.Mouse
acceptedButtons: Qt.RightButton
onTapped: root.openContextMenu()
}

View File

@@ -156,7 +156,6 @@ QQC2.ToolBar {
TapHandler {
acceptedButtons: Qt.RightButton | Qt.LeftButton
acceptedDevices: PointerDevice.Mouse
onTapped: (eventPoint, button) => {
// TODO Qt6 remove
if (!button) {