On macOS, fix empty marked text blocking input

Fixes #2775.
This commit is contained in:
Kirill Chibisov 2023-05-02 20:09:50 +03:00
parent 9938327066
commit d15feb5cfa
2 changed files with 24 additions and 19 deletions

View file

@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On macOS, fix empty marked text blocking regular input.
- On Wayland, fix maximized startup not taking full size on GNOME.
- On Wayland, fix initial window size not restored for maximized/fullscreened on startup window.
- On Wayland, `Window::outer_size` now accounts for **client side** decorations.