After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719367 - Bind constraints: Don't force redraws on source relayout
Bind constraints: Don't force redraws on source relayout
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-11-26 16:12 UTC by Owen Taylor
Modified: 2013-11-26 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bind constraints: Don't force redraws on source relayout (3.44 KB, patch)
2013-11-26 16:12 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2013-11-26 16:12:11 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.
Comment 1 Owen Taylor 2013-11-26 16:12:13 UTC
Created attachment 262872 [details] [review]
Bind constraints: Don't force redraws on source relayout
Comment 2 Emmanuele Bassi (:ebassi) 2013-11-26 17:17:31 UTC
Review of attachment 262872 [details] [review]:

okay.
Comment 3 Owen Taylor 2013-11-26 17:33:39 UTC
Pushed to clutter-1.16 and clutter-1.18

Attachment 262872 [details] pushed as 0b536c0 - Bind constraints: Don't force redraws on source relayout