actor: Call queue_redraw() when setting child-transform

This commit is contained in:
Emmanuele Bassi 2012-08-27 10:48:04 +01:00
parent 6bf0b983af
commit 1b155504c5

View File

@ -19961,6 +19961,8 @@ clutter_actor_set_child_transform (ClutterActor *self,
info->child_transform_set = transform != NULL;
clutter_actor_queue_redraw (self);
obj = G_OBJECT (self);
g_object_notify_by_pspec (obj, obj_props[PROP_CHILD_TRANSFORM]);
g_object_notify_by_pspec (obj, obj_props[PROP_CHILD_TRANSFORM_SET]);