https://bugs.kde.org/show_bug.cgi?id=504116
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/6c8cb | |51c3b0066e4d093fda5539334f8 | |03ef2cfa Version| |6.6.3 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Nate Graham <[email protected]> --- Git commit 6c8cb51c3b0066e4d093fda5539334f803ef2cfa by Nate Graham, on behalf of Filip Fila. Committed on 04/03/2026 at 19:23. Pushed by ngraham into branch 'master'. plasmacomponents3/SwitchIndicator: Fix 'active' elements being shown when inactive The problem is currently hidden with Breeze because the handle is bigger than the socket so it covers the glitch. If we were to design a switch that sits only inside the socket, we observe that the active state is bleeding into the inactive one. 'Active' has no checks for visiblity so this commit adds one and makes the state show up only when the control is not inactive (0). FIXED-IN: 6.6.3 M +2 -0 src/declarativeimports/plasmacomponents3/SwitchIndicator.qml https://invent.kde.org/plasma/libplasma/-/commit/6c8cb51c3b0066e4d093fda5539334f803ef2cfa -- You are receiving this mail because: You are watching all bug changes.
