summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml b/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml
index 5bfd2c6183..634bd005ab 100644
--- a/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml
+++ b/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml
@@ -60,4 +60,8 @@ ScrollViewStyle {
decrementControl: Item {}
incrementControl: Item {}
corner: Item {}
+
+ //Even if the platform style reports touch support a scrollview should not be flickable.
+ Component.onCompleted: control.flickableItem.interactive = true
+ transientScrollBars: false
}