https://bugs.kde.org/show_bug.cgi?id=444119
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/09952e1dc76a |ma/kwin/commit/ceec4e50508f |d1b7c15980980699b39cb2e5dd8 |a92f55ad8581586831fa2d8fe60 |6 |5 --- Comment #5 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit ceec4e50508fa92f55ad8581586831fa2d8fe605 by Vlad Zahorodnii. Committed on 03/11/2021 at 16:55. Pushed by vladz into branch 'Plasma/5.23'. wayland: Fix wayland windows growing after toggling decorations After the decoration is destroyed, we need to resize XdgToplevelClient to ensure that the scheduled configure event will have correct size. As is, xdg-toplevel configure events are delayed. When it's actually the time to send a configure event, XdgToplevelClient will compute the requested client size from the moveResizeGeometry(). If the moveResizeGeometry() still includes window decorations, the window will get bigger. (cherry picked from commit 09952e1dc76ad1b7c15980980699b39cb2e5dd86) M +3 -2 src/abstract_client.cpp M +1 -2 src/x11client.cpp https://invent.kde.org/plasma/kwin/commit/ceec4e50508fa92f55ad8581586831fa2d8fe605 -- You are receiving this mail because: You are watching all bug changes.