Fix MonitorHandle PartialEq and Hash on iOS (#4013)

This commit is contained in:
Mads Marquart 2024-12-03 19:02:53 +01:00 committed by GitHub
parent f314cd2b9a
commit 4a8b659228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 37 additions and 3 deletions

View file

@ -213,3 +213,4 @@ changelog entry.
- On macOS, fixed the scancode conversion for `IntlBackslash`.
- On macOS, fixed redundant `SurfaceResized` event at window creation.
- On macOS, fix crash when pressing Caps Lock in certain configurations.
- On iOS, fixed `MonitorHandle`'s `PartialEq` and `Hash` implementations.