Skip to content

kwin/convergentwindows: Fix race condition causing windows to be maximized too large

Devin Lin requested to merge work/devinlin/maximize into master

Fixes teams/plasma-mobile/issues#256 (closed)

We have a race condition between maximizing and disabling window decorations on a window (the calls aren't blocking).

Workaround this by having the window already be in maximized size before we disable window decorations.

Merge request reports