edje: unb0rk physics support after more eo stuff gets in

It was taking too long to cedric b0rk it  =)



SVN revision: 80597
This commit is contained in:
Bruno Dilly 2012-12-10 11:31:27 +00:00
parent 521ea3f0f5
commit f96d02f8b3
1 changed files with 4 additions and 3 deletions

View File

@ -3160,10 +3160,11 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags, Edje_Calc_Params *sta
}
else
#endif
eo_do(ep->object,
evas_obj_position_set(ed->x + pf->x, ed->y + pf->y),
eo_do(ep->object,
evas_obj_position_set(ed->x + pf->x, ed->y + pf->y));
eo_do(ep->object,
evas_obj_size_set(pf->w, pf->h));
if (ep->nested_smart)
{ /* Move, Resize all nested parts */
/* Not really needed but will improve the bounding box evaluation done by Evas */