Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.2, 6.8
-
None
Description
import QtQuick
ListView {
width: 640
height: 480
model: 4
delegate: Rectangle {
anchors.fill: parent
}
}
[ 1.087 W] polishLoop.qml:3:1: QML ListView: possible QQuickItem::polish() loop [ 1.087 W] polishLoop.qml:3:1: QML ListView: ListView called polish() inside updatePolish() of ListView
Attachments
Issue Links
- relates to
-
QTBUG-122782 Infinite polish loop in ColumnLayout + GridLayout since "Adapt layouts to take advantage of new size policy information"
-
- Closed
-
-
QTBUG-126474 QQuickLayout Recursive Rearrange Locks Application
-
- Closed
-
-
QTBUG-116634 Add functionality to help to identify causes of polish loops
-
- Reported
-