mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
script: Apply properties when constructing implicit timelines
The object construction is done in two passes, now, so we must do both passes when parsing implicit timelines from a fake ObjectInfo.
This commit is contained in:
parent
abae6013e1
commit
f9581ca5ce
@ -715,6 +715,7 @@ construct_timeline (ClutterScript *script,
|
||||
g_list_free (members);
|
||||
|
||||
_clutter_script_construct_object (script, oinfo);
|
||||
_clutter_script_apply_properties (script, oinfo);
|
||||
retval = CLUTTER_TIMELINE (oinfo->object);
|
||||
|
||||
/* we transfer ownership to the alpha function later */
|
||||
|
Loading…
Reference in New Issue
Block a user