[frameworks-kirigami] [Bug 452883] PageRow::lastItem is not updated when a page is removed

2022-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=452883 Nate Graham changed: What|Removed |Added Version Fixed In||5.94 -- You are receiving this mail because:

[frameworks-kirigami] [Bug 452883] PageRow::lastItem is not updated when a page is removed

2022-04-26 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=452883 Marco Martin changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[frameworks-kirigami] [Bug 452883] PageRow::lastItem is not updated when a page is removed

2022-04-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=452883 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[frameworks-kirigami] [Bug 452883] PageRow::lastItem is not updated when a page is removed

2022-04-25 Thread Connor Carney
https://bugs.kde.org/show_bug.cgi?id=452883 --- Comment #1 from Connor Carney --- Underlying issue seems to be that ColumnView doesn't notify on contentChildren when a page is removed, so dependent QML bindings don't get re-evaluated. Submitted a pull request that fixes the issue: