force recalc after set_tween_state().

SVN revision: 38258
This commit is contained in:
Gustavo Sverzut Barbieri 2008-12-21 02:17:31 +00:00
parent d945c93a08
commit 15a2b2aaf2
1 changed files with 1 additions and 0 deletions

View File

@ -902,6 +902,7 @@ _edje_embryo_fn_set_tween_state(Embryo_Program *ep, Embryo_Cell *params)
if (rp->program) _edje_program_end(ed, rp->program);
_edje_part_description_apply(ed, rp, state1, value1, state2, value2);
_edje_part_pos_set(ed, rp, EDJE_TWEEN_MODE_LINEAR, tween);
_edje_recalc(ed);
}
return 0;
}