https://bugs.kde.org/show_bug.cgi?id=416437
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from David Edmundson <[email protected]> --- 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.
