https://bugs.kde.org/show_bug.cgi?id=416437
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- I looked into this a bit last night. Models are fine according to gammaray and modeltest >QML Effect: Binding loop detected for property "implicitHeight" I bodge fixed this, and then the problem went away; which makes some sense. If you can't control how many delegates to show you're going to get broken ones. I would suggest putting any initial work there. This loop happens because the ColumnLayout width changes, which relays out the text which changes the height. I don't know why that happens. -- You are receiving this mail because: You are watching all bug changes.