Skip to content

wayland: Fix maximize mode propagation to decoration

Vlad Zahorodnii requested to merge work/zzag/wayland-initially-maximized into master

If the window is initially maximized, there won't be any current decoration when XdgToplevelClient changes the maximize mode, we need to use m_nextDecoration.

BUG: 450053

Merge request reports