diff options
Diffstat (limited to 'framework/qml/ListView.qml')
-rw-r--r-- | framework/qml/ListView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/ListView.qml b/framework/qml/ListView.qml index 161fe48e..ed0b112f 100644 --- a/framework/qml/ListView.qml +++ b/framework/qml/ListView.qml | |||
@@ -23,8 +23,10 @@ import org.kube.framework 1.0 as Kube | |||
23 | 23 | ||
24 | ListView { | 24 | ListView { |
25 | id: root | 25 | id: root |
26 | property Item mouseProxy: scrollHelper | ||
26 | 27 | ||
27 | Kube.ScrollHelper { | 28 | Kube.ScrollHelper { |
29 | id: scrollHelper | ||
28 | flickable: root | 30 | flickable: root |
29 | anchors.fill: root | 31 | anchors.fill: root |
30 | } | 32 | } |