macOS: disallow_highdpi will set explicity the value to avoid the SO value by default (#2339)

Co-authored-by: Mads Marquart <mads@marquart.dk>
This commit is contained in:
Nazarí González 2022-06-17 00:12:05 +01:00 committed by GitHub
parent 401d20fa1f
commit ac42447459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -60,6 +60,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- Implemented `Eq` for `Fullscreen`, `Theme`, and `UserAttentionType`.
- **Breaking:** `Window::set_cursor_grab` now accepts `CursorGrabMode` to control grabbing behavior.
- On Wayland, add support for `Window::set_cursor_position`.
- Fix on macOS `WindowBuilder::with_disallow_hidpi`, setting true or false by the user no matter the SO default value.
# 0.26.1 (2022-01-05)