https://bugs.kde.org/show_bug.cgi?id=361121
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/00a1a506d18f |ma/kwin/commit/e749d285fecc |99c16451af2fd5ee859c646b5b1 |c91111255155b2ee2d21cb00b20 |4 |5 --- Comment #21 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit e749d285feccc91111255155b2ee2d21cb00b205 by Vlad Zahorodnii. Committed on 16/05/2023 at 06:25. Pushed by vladz into branch 'Plasma/5.27'. effects/magiclamp: Make it look good with floating panels The magic lamp literally "squashes" the window through the window icon in the task manager. It's assumed that there's nothing below the panel, so the magic lamp doesn't perform any clipping. With floating panels, it's not the case. So let's clamp the x or the y coordinates when the window moves horizontally or vertically, respectively, in order to ensure that the window is not visible in the gap between the floating panel and the screen edge. Related: bug 466177 (cherry picked from commit 00a1a506d18f99c16451af2fd5ee859c646b5b14) M +68 -8 src/effects/magiclamp/magiclamp.cpp https://invent.kde.org/plasma/kwin/commit/e749d285feccc91111255155b2ee2d21cb00b205 -- You are receiving this mail because: You are watching all bug changes.