macOS: fix crash due during window drop
On macOS 26+ the window drop was leading to unwrap, since events were coming after the window was already destroyed, while it sounds rather strange, guard against such things just in case. Fixes #4333.
This commit is contained in:
parent
bd98561b38
commit
d6f7a28499
2 changed files with 11 additions and 2 deletions
|
|
@ -254,3 +254,4 @@ changelog entry.
|
|||
- On macOS, fixed the scancode conversion for `IntlBackslash`.
|
||||
- On macOS, fixed redundant `SurfaceResized` event at window creation.
|
||||
- On macOS, don't panic on monitors with unknown bit-depths.
|
||||
- On macOS, fixed crash when closing the window on macOS 26+.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue