https://bugs.kde.org/show_bug.cgi?id=483859
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |f8085d49c438d771b1218cc8a47 | |42c80752f398a Status|CONFIRMED |RESOLVED --- Comment #1 from cwo <cwo....@posteo.net> --- Git commit f8085d49c438d771b1218cc8a4742c80752f398a by Christoph Wolk. Committed on 12/03/2025 at 18:53. Pushed by cwo into branch 'master'. containments/desktop: resolve binding loop The assignment of minimum and preferred sizes on the FolderView has binding loops, which result from intermediate values as the other bindings are filled. This change resolves these loops by setting the bindings using Qt.callLater(); when the main loop is clear and the other bindings have settled, the proper sizes can be determined without causing loops. M +12 -6 containments/desktop/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/f8085d49c438d771b1218cc8a4742c80752f398a -- You are receiving this mail because: You are watching all bug changes.