aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/setpositiononlayout.qml
Commit message (Collapse)AuthorAgeFilesLines
* QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-271-0/+87
Moving the viewport in the middle of a layout operation is a bad idea as it causes the visible items to change. Task-number: QTBUG-49224 Change-Id: I45a214560e00b65ed53b9385e7a539bb4304b7d9 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>