* clutter/clutter-actor.c (clutter_actor_move_anchor_point): The
authorNeil Roberts <neil@openedhand.com>
Tue, 29 Apr 2008 21:27:52 +0000 (21:27 +0000)
committerNeil Roberts <neil@openedhand.com>
Tue, 29 Apr 2008 21:27:52 +0000 (21:27 +0000)
commita5cd811a9cd24f670b9369651fc40bcf99fec049
tree3588fa88844d58e966d49825495d5b690cf38857
parenteb72cdd5f3e35a72cb4f7d60883c39499e421660
* clutter/clutter-actor.c (clutter_actor_move_anchor_point): The
actor position was being moved in the wrong direction. Perhaps
this was a cut-and-paste bug from move_anchor_point_from_gravity
because in that function ax and ay represent the old anchor
position, but in this function they represent the new.
ChangeLog
clutter/clutter-actor.c