https://bugs.kde.org/show_bug.cgi?id=517535
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |8a22b6a6bf6a816626d9fd68b63 | |df7e84e941a0c Status|ASSIGNED |RESOLVED --- Comment #12 from cwo <[email protected]> --- Git commit 8a22b6a6bf6a816626d9fd68b63df7e84e941a0c by Christoph Wolk. Committed on 07/05/2026 at 07:49. Pushed by cwo into branch 'Plasma/6.6'. 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 +1 -1 applets/kicker/MenuRepresentation.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8a22b6a6bf6a816626d9fd68b63df7e84e941a0c -- You are receiving this mail because: You are watching all bug changes.
