https://bugs.kde.org/show_bug.cgi?id=443681
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/d239203425 | |897e81cd07dbf6929d57d84b2f7 | |f83 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Vlad Zahorodnii <[email protected]> --- Git commit d239203425897e81cd07dbf6929d57d84b2f7f83 by Vlad Zahorodnii. Committed on 06/05/2026 at 12:16. Pushed by vladz into branch 'master'. Take into account new minimum size when restoring a window A client can change the minimum size hint while the window is maximized. When the window is restored, it will be resized to match the old size. However, as soon as the window is resized, its size will immediately increase, which looks rather unexpected. This change makes the compositor consider the minimum size when computing the restored window geometry. M +10 -10 autotests/integration/maximize_test.cpp M +90 -3 autotests/integration/xdgshellwindow_test.cpp M +4 -4 src/xdgshellwindow.cpp https://invent.kde.org/plasma/kwin/-/commit/d239203425897e81cd07dbf6929d57d84b2f7f83 -- You are receiving this mail because: You are watching all bug changes.
