Skip to content

Prevent snapping resized window to hidden windows

Vlad Zahorodnii requested to merge work/cherry-pick-260319c3 into Plasma/6.2

Workspace::adjustWindowPosition() properly handles hidden windows and it also excludes more window types, but Workspace::adjustWindowSize() only shares a small fraction of those checks due to getting out of sync because of code duplication.

BUG: 461987

(cherry picked from commit 260319c3)

Co-authored-by: Vlad Zahorodnii vlad.zahorodnii@kde.org

Merge request reports