mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
ab021c4566
This commit adapts the use of the automatic window decorations to the event processing changes introduced in v0.4.0. You must update widget state before laying it out, not after. Doing so after (as this code used to do) results in discarding updates. Fixes: https://todo.sr.ht/~eliasnaur/gio/542 Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>