https://bugs.kde.org/show_bug.cgi?id=517535
--- Comment #14 from cwo <[email protected]> --- Git commit f99e9ff0592a460f1c23e791ea445814941807ff by Christoph Wolk. Committed on 13/05/2026 at 09:01. Pushed by cwo into branch 'master'. applets/kicker: don't show sidebar scrollbar without screen When switching displays, there is a brief moment where no screen is active. This can confuse kicker, as it now thinks it should show a scrollbar and maintain this after the new screen is connected, leading the applet to leave room for a scroll bar that doesn't exist (until something like a search triggers another resize later, now with the correct values). Showing a scrollbar without a screen doesn't seem useful in the first place, and can only lead to unnecessary resizing even if it didn't cause issues. So we require a screen size greater than 0 to show the scroll bar. M +2 -2 applets/kicker/MenuRepresentation.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/f99e9ff0592a460f1c23e791ea445814941807ff -- You are receiving this mail because: You are watching all bug changes.
