https://bugs.kde.org/show_bug.cgi?id=499024
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |6.4.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/5e643503a56b80a2ce039311d | |077277985daec00 --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit 5e643503a56b80a2ce039311d077277985daec00 by Nate Graham, on behalf of Christoph Wolk. Committed on 07/03/2025 at 23:10. Pushed by ngraham into branch 'master'. applets/notifications: remove binding loop in popup The notification popup sets the width of the body to equal the width of its parent ScrollView's Flickable. This does not necessarily cause a binding loop in a Layout, but it can if the body is long enough to require wrapping (which esablishes the loop) but not long enough to create a scroll bar (which would break the loop). Instead, we bind the width to the ScrollView's width minus the scroll bar's width, which avoids the binding loop. FIXED-IN: 6.4.0 M +1 -1 applets/notifications/package/contents/ui/delegates/DelegatePopup.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/5e643503a56b80a2ce039311d077277985daec00 -- You are receiving this mail because: You are watching all bug changes.