https://bugs.kde.org/show_bug.cgi?id=494420
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/8c | |eb7d2ece0d5f8d4a7022c6d5e82 | |65001a29408 Version Fixed In| |6.12 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 8ceb7d2ece0d5f8d4a7022c6d5e8265001a29408 by Nate Graham. Committed on 24/02/2025 at 12:58. Pushed by ngraham into branch 'master'. Dialog: fix width and height binding loops We're doing a complicated calculation to get the implicit widths and heights of child items, but this is unnecessary because Qt provides properties we can use for the same purposes. Let's use them. Tested every Dialog implementation in System Settings, Info Center, System Monitor, Discover, NeoChat, and Elisa. I found no regressions with sizing or visual display in any of them, and the binding loop warning is now gone. FIXED-IN: 6.12 cc @mart @carlschwan @nicolasfella M +2 -2 src/dialogs/Dialog.qml https://invent.kde.org/frameworks/kirigami/-/commit/8ceb7d2ece0d5f8d4a7022c6d5e8265001a29408 -- You are receiving this mail because: You are watching all bug changes.