GNOME Bugzilla – Bug 719367
Bind constraints: Don't force redraws on source relayout
Last modified: 2013-11-26 17:33:42 UTC
When the source actor potentially changes size, that shouldn't necessarily result in the target actor being redrawn - it should be like when a child of a container is reallocated due to changes in its siblings or parent - it should redraw only to the extent that it is moved and resized. Privately export an internal function from clutter-actor.c to allow getting this right.
Created attachment 262872 [details] [review] Bind constraints: Don't force redraws on source relayout
Review of attachment 262872 [details] [review]: okay.
Pushed to clutter-1.16 and clutter-1.18 Attachment 262872 [details] pushed as 0b536c0 - Bind constraints: Don't force redraws on source relayout