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 Kirill Chibisov
parent 685090021b
commit 1bc405e526
2 changed files with 7 additions and 7 deletions

View File

@@ -47,5 +47,6 @@ changelog entry.
### Fixed
- 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.