QmlDesigner: Fix Scrollview regression

Change-Id: I3bacf3def3f75cc26ffea0fc753e6b7994a426cb
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-07-31 13:22:47 +02:00
committed by Thomas Hartmann
parent 42335de928
commit a6d5e94405

View File

@@ -62,6 +62,6 @@ ScrollViewStyle {
corner: Item {}
//Even if the platform style reports touch support a scrollview should not be flickable.
Component.onCompleted: control.flickableItem.interactive = true
Component.onCompleted: control.flickableItem.interactive = false
transientScrollBars: false
}