Disable reuseItems again D:

This commit is contained in:
Nicolas Werner 2021-09-17 12:02:54 +02:00
parent a6fcea1b14
commit 22230ed0a9
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ ScrollView {
model: room
// 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
//onModelChanged: if (room) room.sendReset()
//reuseItems: true
boundsBehavior: Flickable.StopAtBounds
pixelAligned: true
spacing: 4