mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
On macOS, fix initial focused state
The synthetic focused event was queued after the real event was send leading to focused issues on startup. Fixes #2695.
This commit is contained in:
@@ -13,6 +13,7 @@ And please only add new entries to the top of this list, right below the `# Unre
|
||||
- On Wayland, fix rare crash on DPI change
|
||||
- Web: Added support for `Window::theme`.
|
||||
- On Wayland, fix rounding issues when doing resize.
|
||||
- On macOS, fix wrong focused state on startup.
|
||||
|
||||
# 0.28.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user