https://bugs.kde.org/show_bug.cgi?id=465157
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/2babccda048b | |61305ade9046658491cfd531163 | |6 --- Comment #6 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 2babccda048b61305ade9046658491cfd5311636 by Vlad Zahorodnii. Committed on 03/02/2023 at 08:33. Pushed by vladz into branch 'master'. x11: Fix maximize animation Window::maximize() used to be split in two halves: - generic Window::setMaximized() and Window::maximize() - protocol-specific Window::changeMaximize() Window::changeMaximize() used to block all geometry updates and Window::maximize() emit "maximize mode changed" signals. With that, frameGeometryChanged came always before clientMaximizedStateChanged. After merging Window::changeMaximize() and Window::maximize(), the order of the signals has been reversed because of RAII. Unblock geometry updates explicitly to preserve the old behavior. M +2 -1 src/x11window.cpp https://invent.kde.org/plasma/kwin/commit/2babccda048b61305ade9046658491cfd5311636 -- You are receiving this mail because: You are watching all bug changes.