https://bugs.kde.org/show_bug.cgi?id=363935
Daniel Lichtenberger <daniel.lichtenber...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |plasma-b...@kde.org Component|Panel |Multi-screen support --- Comment #2 from Daniel Lichtenberger <daniel.lichtenber...@gmx.net> --- The issue is related to my multiscreen setup. I moved the panel to the right border of my right screen, and the new code in PanelView::updateStruts fails to take that into account: "wholeScreen" loads the current screen geometry, not the whole (virtual) screen geometry, and "rightOffset" ends up being negative. Against the advice in the comments, I changed the initiatlization of wholeScreen to screen()->virtualGeometry() - it seems to work for me, but I don't know about the reasons why virtualGeometry() was deemed unreliable. -- You are receiving this mail because: You are watching all bug changes.