summaryrefslogtreecommitdiff
path: root/src/controls/Private/ScrollBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/ScrollBar.qml')
-rw-r--r--src/controls/Private/ScrollBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/ScrollBar.qml b/src/controls/Private/ScrollBar.qml
index 3bd0a164..538a0385 100644
--- a/src/controls/Private/ScrollBar.qml
+++ b/src/controls/Private/ScrollBar.qml
@@ -101,7 +101,7 @@ Item {
onEntered: if (!pressed) __panel.activeControl = __panel.hitTest(mouseX, mouseY)
onExited: if (!pressed) __panel.activeControl = "none"
onMouseXChanged: if (!pressed) __panel.activeControl = __panel.hitTest(mouseX, mouseY)
- hoverEnabled: !Settings.hasTouchScreen
+ hoverEnabled: Settings.hoverEnabled
enabled: !Settings.isMobile || !Settings.hasTouchScreen // ### Not ideal, but will usually behave as expected...
preventStealing: true
property var pressedX