diff --git a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml index b56ae2b91839e2f049f80da56a8ca41b3d79db2c..002a003d694db4d8fb59b4496cbc2e24e3e6deaa 100644 --- a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml +++ b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml @@ -219,10 +219,7 @@ content position out of scope regarding the scrollbar. */ anchors.bottom: parent.bottom anchors.bottomMargin: 1 anchors.right: parent.right -// The next line unfortunately introduces a cyclic property binding (strangely, -// in SectionView) -// width: (itemsFlickable.contentHeight > itemsFlickable.height)? 11:0 - width: 11 + width: (itemsFlickable.contentHeight > itemsFlickable.height)? 11:0 Scrollbar { id: scrollbar