summaryrefslogtreecommitdiff
path: root/src/controls/Private/MenuContentScroller.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/MenuContentScroller.qml')
-rw-r--r--src/controls/Private/MenuContentScroller.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controls/Private/MenuContentScroller.qml b/src/controls/Private/MenuContentScroller.qml
index ccbeb55b..799c8c25 100644
--- a/src/controls/Private/MenuContentScroller.qml
+++ b/src/controls/Private/MenuContentScroller.qml
@@ -40,6 +40,7 @@
import QtQuick 2.2
import QtQuick.Controls 1.2
+import QtQuick.Controls.Private 1.0
MouseArea {
id: scrollIndicator
@@ -50,7 +51,7 @@ MouseArea {
bottom: direction === Qt.DownArrow ? parent.bottom : undefined
}
- hoverEnabled: visible
+ hoverEnabled: visible && Settings.hoverEnabled
height: scrollerLoader.height
width: parent.width