https://bugs.kde.org/show_bug.cgi?id=478923
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/1e6a908f4b2f0c3dee5513f45 |t/4cffda35da942b9a07ff0af03 |a90fdfc0115194b |ba15ad889f128a9 --- Comment #11 from Nate Graham <n...@kde.org> --- Git commit 4cffda35da942b9a07ff0af03ba15ad889f128a9 by Nate Graham, on behalf of Niccolò Venerandi. Committed on 23/01/2024 at 17:58. Pushed by ngraham into branch 'Plasma/6.0'. PanelView: Use geometry() instead of geometryByDistance() for computing mask GeometryByDistance() returns the place where the panel should be at a given moment; however it might not have moved there yet, thus it's better to use the actual screen geometry. If there's a mismatch between the two, e.g. when moving the panel around, then the mapFromGlobal() function would place the mask outside the screen area. FIXED-IN: 6.0 (cherry picked from commit 1e6a908f4b2f0c3dee5513f45a90fdfc0115194b) M +1 -1 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/4cffda35da942b9a07ff0af03ba15ad889f128a9 -- You are receiving this mail because: You are watching all bug changes.