forked from qt-creator/qt-creator
QmlDesigner: Fix Scrollview regression
Change-Id: I3bacf3def3f75cc26ffea0fc753e6b7994a426cb Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
42335de928
commit
a6d5e94405
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user