Skip to content

wayland: Fix XdgToplevelWindow::moveResizeInternal() committing geometry with...

Vlad Zahorodnii requested to merge work/cherry-pick-f2cc8d75 into Plasma/6.2

wayland: Fix XdgToplevelWindow::moveResizeInternal() committing geometry with fractional client size

xdg-toplevel doesn't support fractional sizes natively, so when a configure event is sent, the fractional part is going to be stripped away.

XdgToplevelWindow::moveResizeInternal() has no matching code to strip away the fractional part so it could send a configure event when it's not needed.

(cherry picked from commit f2cc8d75)

Co-authored-by: Vlad Zahorodnii vlad.zahorodnii@kde.org

Merge request reports

Loading