Bug 1137 - Setting the anchor point does not trigger a re-paint
authorNeil Roberts <neil@openedhand.com>
Wed, 10 Sep 2008 11:20:22 +0000 (11:20 +0000)
committerNeil Roberts <neil@openedhand.com>
Wed, 10 Sep 2008 11:20:22 +0000 (11:20 +0000)
commitb83470366c18149796fc6f682bab2aa100d8c561
treecc13edb884e18000bd09b3288eff9771239cfacf
parent0515ee22c2bfdf0b837280ebfb01235b127f3f37
Bug 1137 - Setting the anchor point does not trigger a re-paint

* clutter/clutter-actor.c (clutter_actor_set_property): When
changing the anchor point properties, use set_anchor_pointu
instead of changing the value directly so that a redraw will be
queued.
(clutter_actor_set_anchor_pointu): Queue a redraw when the anchor
point is changed. Thanks to Johan Bilien.
ChangeLog
clutter/clutter-actor.c