https://bugs.kde.org/show_bug.cgi?id=489463
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/3b34e9309b | |166072f73898017b88208a2f04b | |947 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 3b34e9309b166072f73898017b88208a2f04b947 by Vlad Zahorodnii, on behalf of Alik Aslanyan. Committed on 09/07/2024 at 17:24. Pushed by vladz into branch 'master'. tiling: Don't put maximized windows in tile After !5532 existing behavior in public scripting API was changed for maximized Windows. Maximized Windows didn't have a tile on purpose. This behaviour was changed, as after refactoring separate members for storing QuickTileMode in Window and tile itself were unified Previously QuickTileMode::Maximize was only set in the Window itself in m_quickTileMode, while tile itself was removed (by setTile(nullptr)). Current QuickTileMod for current Window isn't part of public scripting API, so it's okay to break it. This restores compatability with scripts created for KWin 6.0.5 and earlier Signed-off-by: Alik Aslanyan <inli...@pm.me> M +15 -3 autotests/integration/move_resize_window_test.cpp M +47 -19 autotests/integration/quick_tiling_test.cpp M +1 -5 src/x11window.cpp M +1 -9 src/xdgshellwindow.cpp https://invent.kde.org/plasma/kwin/-/commit/3b34e9309b166072f73898017b88208a2f04b947 -- You are receiving this mail because: You are watching all bug changes.