Disable reuseItems again, since it still breaks on room switch

This commit is contained in:
Nicolas Werner 2024-01-08 03:47:36 +01:00
parent 8214e8dcf2
commit fa53b5b5f3
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -47,7 +47,7 @@ Item {
anchors.rightMargin: scrollbar.interactive ? scrollbar.width : 0
// reuseItems still has a few bugs, see https://bugreports.qt.io/browse/QTBUG-95105 https://bugreports.qt.io/browse/QTBUG-95107
//onModelChanged: if (room) room.sendReset()
reuseItems: true
//reuseItems: true
boundsBehavior: Flickable.StopAtBounds
displayMarginBeginning: height / 4
displayMarginEnd: height / 4