diff options
Diffstat (limited to 'src/controls/ScrollView.qml')
| -rw-r--r-- | src/controls/ScrollView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml index aa980ddd0..7d3d1d9d6 100644 --- a/src/controls/ScrollView.qml +++ b/src/controls/ScrollView.qml @@ -280,6 +280,7 @@ FocusScope { ScrollViewHelper { id: scroller anchors.fill: parent + active: wheelArea.active property bool outerFrame: !frameVisible || !(__style ? __style.__externalScrollBars : 0) property int scrollBarSpacing: outerFrame ? 0 : (__style ? __style.__scrollBarSpacing : 0) property int verticalScrollbarOffset: verticalScrollBar.visible && !verticalScrollBar.isTransient ? |
