https://bugs.kde.org/show_bug.cgi?id=459301
--- Comment #9 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 7b3ae310e6d354b449d0bc198169912134069110 by Vlad Zahorodnii. Committed on 22/09/2022 at 12:16. Pushed by vladz into branch 'master'. Emit clientMaximizedStateAboutToChange when maximized mode is actually about to change Window rules code can call maximize(requestedMaximizeMode()), in which case the Window will emit clientMaximizedStateAboutToChange but the maximize mode may not actually change. This change moves the emission of of the clientMaximizedStateAboutToChange signal to Window::changeMaximize(). The reason for doing so is that window rules have the final decision what the maximize mode will be. M +0 -2 src/window.cpp M +13 -9 src/x11window.cpp M +8 -4 src/xdgshellwindow.cpp https://invent.kde.org/plasma/kwin/commit/7b3ae310e6d354b449d0bc198169912134069110 -- You are receiving this mail because: You are watching all bug changes.