Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backgrounds: relayout the transition actors on size change
I don't know if this is exactly the correct way to do it, but this ensures that the transition actors have the correct size after the stage changes size. Previously, we queued a relayout on the parent of the transition actors. I don't know if this just never properly re-layouted the children, or if another change (possibly the clutter/cogl merge) changed the layout behavior since then. Fixes: #542
- Loading branch information