Skip to content
Commit 58081c5b authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

wayland: Fix resizing of windows with aspect ratio

After finishing interactive resize, the window needs to be gravitated.
However, it won't be gravitated because isInteractiveMoveResize() will
return false.

In order to fix that, every configure event needs to carry the gravity,
that way the window can be gravitated even after leaving interactive
resize.
parent 907c440e
Pipeline #122267 passed with stage
in 19 minutes and 10 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment