mirror of
https://github.com/brl/mutter.git
synced 2025-03-09 21:05:02 +00:00

Now that we have a proper way to mark our allocation as uninitialized, make use of that and only disallow implicit transitions of the "allocation" property if that is the case. This fixes a bug where easing the allocation of an actor is impossible when someone queued a relayout on it (or a child of it) before. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1290