https://bugs.kde.org/show_bug.cgi?id=500703
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |6.3.3 Latest Commit| |https://invent.kde.org/plas | |ma/powerdevil/-/commit/a3de | |d3a98ce5c76a643d2f9d783537e | |cbb279ca2 --- Comment #2 from cwo <cwo....@posteo.net> --- Git commit a3ded3a98ce5c76a643d2f9d783537ecbb279ca2 by Christoph Wolk. Committed on 26/02/2025 at 06:23. Pushed by cwo into branch 'master'. applets/brightness: don't skip NightLight switch on tab The Night Light delegate has special handling to select the switch on tab, but this is done in the delegate's contentItem, rather than directly in the delegate. As a consequence, it only works if the contentItem has focus, not if the delegate itself has focus, which happens regularly. Instead, put the handler in the delegate directly; if focus is on the RowLayout (or elsewhere generally in the contentItem), handling will fall back to the delegate (unless overridden) anyway so this is the only place where we really need it. FIXED-IN: 6.3.3 M +1 -2 applets/brightness/package/contents/ui/NightLightItem.qml https://invent.kde.org/plasma/powerdevil/-/commit/a3ded3a98ce5c76a643d2f9d783537ecbb279ca2 -- You are receiving this mail because: You are watching all bug changes.