On Wayland, fix RedrawRequsted loop

The `dirty` is never cleared when decorations are hidden without
`sctk-adwaita`.

Fixes #3177.
This commit is contained in:
Kirill Chibisov 2023-10-25 20:59:39 +04:00 committed by GitHub
parent c235bd154a
commit 53ca5af48f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- On Wayland, fix `RedrawRequsted` being always sent without decorations and `sctk-adwaita` feature.
- On Windows, fix deadlock when accessing the state during `Cursor{Enter,Leave}`.
- On macOS, fix deadlock when entering a nested event loop from an event handler.