https://bugs.kde.org/show_bug.cgi?id=497276
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/4cee3a31ba | |5853d1a34cc84caabf036385500 | |ad7 --- Comment #7 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 4cee3a31ba5853d1a34cc84caabf036385500ad7 by Vlad Zahorodnii. Committed on 12/03/2025 at 08:35. Pushed by vladz into branch 'master'. Fix mutual exclusivity between maximize and quick tile mode A window cannot be both tiled and maximized. However, this assumption is not always true due to the maximize() function not properly evacuating the window from the requested tile. This change makes sure that a maximized window properly leaves its tile and adds relevant tests. M +187 -0 autotests/integration/quick_tiling_test.cpp M +5 -6 src/window.cpp M +1 -1 src/window.h M +4 -17 src/x11window.cpp M +4 -2 src/xdgshellwindow.cpp https://invent.kde.org/plasma/kwin/-/commit/4cee3a31ba5853d1a34cc84caabf036385500ad7 -- You are receiving this mail because: You are watching all bug changes.