macOS: Fix move event sometimes being triggered on resize (#3914)

This commit is contained in:
Mads Marquart 2024-09-24 01:06:10 +02:00 committed by GitHub
parent a18658284c
commit 380eea0072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -154,5 +154,6 @@ changelog entry.
### Fixed
- On Orbital, `MonitorHandle::name()` now returns `None` instead of a dummy name.
- On macOS, fix `WindowEvent::Moved` sometimes being triggered unnecessarily on resize.
- On MacOS, package manifest definitions of `LSUIElement` will no longer be overridden with the
default activation policy, unless explicitly provided during initialization.