On Wayland, fix min/max inner size setting

The size is only applied on the next `wl_surface::commit` thus we
must trigger the redraw.
This commit is contained in:
Kirill Chibisov
2024-02-01 00:11:31 +04:00
committed by GitHub
parent cf5f4de19e
commit 4d4d6e5052
3 changed files with 17 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ Unreleased` header.
- On X11, reload dpi on `_XSETTINGS_SETTINGS` update.
- On X11, fix deadlock when adjusting DPI and resizing at the same time.
- On Wayland, fix `Focused(false)` being send when other seats still have window focused.
- On Wayland, fix `Window::set_{min,max}_inner_size` not always applied.
# 0.29.10