Summary: | Window resizing snaps to the edge of a hidden panel | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Mark Bolhuis <mark> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate |
Priority: | NOR | Keywords: | usability |
Version: | 5.26.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/bcee5c586a8e5b331a128c43bccf626793f80068 | Version Fixed In: | 6.2.0 |
Sentry Crash Report: |
Description
Mark Bolhuis
2022-11-18 11:20:02 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/6467 Git commit 260319c30fbd2d97f3d25815e61c23b875011c79 by Vlad Zahorodnii. Committed on 27/09/2024 at 22:57. Pushed by vladz into branch 'master'. Prevent snapping resized window to hidden windows 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. M +19 -25 src/workspace.cpp https://invent.kde.org/plasma/kwin/-/commit/260319c30fbd2d97f3d25815e61c23b875011c79 Git commit bcee5c586a8e5b331a128c43bccf626793f80068 by Vlad Zahorodnii. Committed on 27/09/2024 at 23:06. Pushed by vladz into branch 'Plasma/6.2'. Prevent snapping resized window to hidden windows 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. (cherry picked from commit 260319c30fbd2d97f3d25815e61c23b875011c79) Co-authored-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org> M +19 -25 src/workspace.cpp https://invent.kde.org/plasma/kwin/-/commit/bcee5c586a8e5b331a128c43bccf626793f80068 |