74d7d3e259
When the actor size changes, we might incur into an allocation cycle. This was introduced by commit b6ec02ce, but when the animation will be an actor itself, there will be no need to update the children size on actor size update, as this will be managed by the actor allocation cycle itself. Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1384 https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/559