https://bugs.kde.org/show_bug.cgi?id=459284
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kirigami/commit/b73f |eworks/kirigami/-/commit/50 |7b9d1fb7a08dd905616062ac678 |62d1d09b91dd87a8cc1894a8a58 |20fa8969e |9e834f21a7f Resolution|--- |FIXED Version Fixed In| |6.12 --- Comment #11 from Nate Graham <n...@kde.org> --- Git commit 5062d1d09b91dd87a8cc1894a8a589e834f21a7f by Nate Graham. Committed on 05/03/2025 at 14:25. Pushed by ngraham into branch 'master'. ScrollablePage: fix width and height binding loops Currently we check to see if the implicit width/height is less than or equal to zero, and if so, we consult the actual width/height value. This isn't necessary; implicit values work just fine alone. Tested every ScrollablePage implementation in System Settings, Info Center, System Monitor, Discover, NeoChat, Elisa, Icon Explorer, DrKonqi's crashlog viewer, and all Plasma widgets. I found no regressions with scrollability or visual display in any of them, and the binding loop warning is now gone. Everything feels a little bit snappier, too. FIXED-IN: 6.12 M +2 -6 src/controls/ScrollablePage.qml https://invent.kde.org/frameworks/kirigami/-/commit/5062d1d09b91dd87a8cc1894a8a589e834f21a7f -- You are receiving this mail because: You are watching all bug changes.