aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickscrollview.cpp
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-10-13 16:31:15 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-10-14 13:38:19 +0200
commitea96b511924399c6fd4e5bcb6a1f14f89c117a4a (patch)
treeb00082f4de1145baff6e5e97b9ca6251e17dcbb6 /src/quicktemplates2/qquickscrollview.cpp
parent819f290e17080f51f2e780c9e4b4532d67094d81 (diff)
macOS/ScrollView: don't create contentItem too early
When creating the binding "contentItem.clip:" we accidentally also created the contentItem before the component was completed. Since the contentItem of a ScrollView is a Flickable, it meant that we ended up always creating an internal flickable from QQuickScrollViewPrivate::ensureFlickable, instead of using the Flickable child if there was one. So this binding cannot be used. Change-Id: I2e7ca63f64693adb1b524966fec82aef2b3fb658 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickscrollview.cpp')
0 files changed, 0 insertions, 0 deletions