mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
macOS: fix panic during drag_window
Return error from it instead of unwrapping.
This commit is contained in:
committed by
Kirill Chibisov
parent
107bf91a2d
commit
485ae90aae
@@ -48,6 +48,7 @@ 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
|
||||
- On macOS, package manifest definitions of `LSUIElement` will no longer be overridden with the
|
||||
default activation policy, unless explicitly provided during initialization.
|
||||
- On macOS, fix crash when calling `drag_window()` without a left click present.
|
||||
- On X11, key events forward to IME anyway, even when it's disabled.
|
||||
|
||||
Reference in New Issue
Block a user