GNOME: Fix maximize state not being remembered when focus changes and window decorations are hidden

Apparently mutter needs window geometry set after the surface commit not
before, otherwise it doesnt "stick". When decorations are not hidden
there were other commits caused by the decorations, masking the issue.

Fixes #3507
This commit is contained in:
Kovid Goyal
2021-04-23 14:04:12 +05:30
parent 6dc8df5178
commit 93dfe19c35
2 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- icat kitten: Respect EXIF orientation when displaying JPEG images
(:iss:`3518`)
- GNOME: Fix maximize state not being remembered when focus changes and window
decorations are hidden (:iss:`3507`)
0.20.1 [2021-04-19]
----------------------