summaryrefslogtreecommitdiffstats
path: root/framework/qml/ContextMenuOverlay.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-27 15:33:43 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-27 15:33:43 -0600
commite6d0966c1a9123173a48250b68144b2f4643c87b (patch)
tree99c4d1de3f21686e5c4f92e6f03222ddcf2e8e12 /framework/qml/ContextMenuOverlay.qml
parentdd8bf7b48f267e45b3908882dbc645dbad14df58 (diff)
downloadkube-e6d0966c1a9123173a48250b68144b2f4643c87b.tar.gz
kube-e6d0966c1a9123173a48250b68144b2f4643c87b.zip
Free up hover for other uses, we're not currently using it.
Diffstat (limited to 'framework/qml/ContextMenuOverlay.qml')
-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: {