https://bugs.kde.org/show_bug.cgi?id=525216
Marco Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/powerdevil/-/commit/67f3 | |f40da87adb58b88e897a763e37b | |d0ab88c37 --- Comment #7 from Marco Martin <[email protected]> --- Git commit 67f3f40da87adb58b88e897a763e37bd0ab88c37 by Marco Martin. Committed on 15/09/2026 at 13:52. Pushed by mart into branch 'master'. Brightness Applet: avoid binding loops resizing every child item to the ScrollView available width changes The Column implicit width, which in turn changes the Flickable contentWidth, sometimes causing the horizontal scrollbar to appear changing the availablesize causing relayouts, which if they change the height for the "right" height to show/hide the vertical scrollbar, this will cause the avaiable height to change as well, causing an infinite loop. Use a ColumnLayout with the items in it to be fillwidth and always hide the horizontal scrollbar M +9 -6 applets/brightness/PopupDialog.qml https://invent.kde.org/plasma/powerdevil/-/commit/67f3f40da87adb58b88e897a763e37bd0ab88c37 -- You are receiving this mail because: You are watching all bug changes.
