summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/ContextMenuOverlay.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/ContextMenuOverlay.qml b/framework/qml/ContextMenuOverlay.qml
index ab44e2dc..3961779e 100644
--- a/framework/qml/ContextMenuOverlay.qml
+++ b/framework/qml/ContextMenuOverlay.qml
@@ -47,7 +47,7 @@ Item {
47 MouseArea { 47 MouseArea {
48 id: mouseArea 48 id: mouseArea
49 anchors.fill: parent 49 anchors.fill: parent
50 hoverEnabled: true 50 hoverEnabled: false
51 acceptedButtons: Qt.RightButton 51 acceptedButtons: Qt.RightButton
52 z: 1 52 z: 1
53 onClicked: { 53 onClicked: {