https://bugs.kde.org/show_bug.cgi?id=521558
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |1cb436cecd85160ca01c2e03551 |968f9a1a128a84fd4fd9740a1c9 |0e772254d9c50 |5113523d3e024 --- Comment #8 from cwo <[email protected]> --- Git commit 968f9a1a128a84fd4fd9740a1c95113523d3e024 by Christoph Wolk. Committed on 22/06/2026 at 20:12. Pushed by cwo into branch 'Plasma/6.7'. applets/kickoff: show sidebar highlight with switch on hover Until recently, we had two mechanisms for drawing the sidebar ListView highlight: usually the default highlight, but sometimes we would set it as a background for specific purposes and have some logic to choose which one to use (e.g. for the flashing animation when a new favorite is added). We now use the background method for all of them, replacing the background if we need special handling. But in this switch we missed the case where the setting to switch category on hover would defer to the standard highlight, and the custom implementation removes the logic from the standard background, so we don't display any highlight if that setting is active. Instead, remove that special handling and show the background highlight. FIXED-IN: 6.7.1 (cherry picked from commit 1cb436cecd85160ca01c2e035510e772254d9c50) Co-authored-by: Christoph Wolk <[email protected]> M +1 -3 applets/kickoff/ApplicationsPage.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/968f9a1a128a84fd4fd9740a1c95113523d3e024 -- You are receiving this mail because: You are watching all bug changes.
