https://bugs.kde.org/show_bug.cgi?id=422289
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |[email protected] --- Comment #1 from David Edmundson <[email protected]> --- I found where the bug is. This patch: Kirigami --- a/src/controls/templates/AbstractListItem.qml +++ b/src/controls/templates/AbstractListItem.qml @@ -143,7 +143,7 @@ T2.ItemDelegate { opacity: enabled ? 1 : 0.6 - height: visible ? implicitHeight : 0 + height: implicitHeight "fixes" it. visible is false when the view is initially created and updating it doesn't do the relayout I don't know if that last part is a sign of a QtQuick bug or one our side. -- You are receiving this mail because: You are watching all bug changes.
