From e6d0966c1a9123173a48250b68144b2f4643c87b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 27 Aug 2017 15:33:43 -0600 Subject: Free up hover for other uses, we're not currently using it. --- framework/qml/ContextMenuOverlay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { MouseArea { id: mouseArea anchors.fill: parent - hoverEnabled: true + hoverEnabled: false acceptedButtons: Qt.RightButton z: 1 onClicked: { -- cgit v1.2.3