On Wayland, fix resize being sent on focus change

Fixes #3263.
This commit is contained in:
Kirill Chibisov 2023-12-20 18:48:50 +04:00 committed by GitHub
parent cc33212479
commit 04ca85a909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 18 deletions

View file

@ -27,6 +27,7 @@ Unreleased` header.
- On Windows, fix consecutive calls to `window.set_fullscreen(Some(Fullscreen::Borderless(None)))` resulting in losing previous window state when eventually exiting fullscreen using `window.set_fullscreen(None)`.
- On Web, remove queuing fullscreen request in absence of transient activation.
- On Web, fix setting cursor icon overriding cursor visibility.
- On Wayland, fix resize being sent on focus change.
# 0.29.4