edje: unb0rk physics support after more eo stuff gets in
authorBruno Dilly <bdilly@profusion.mobi>
Mon, 10 Dec 2012 11:31:27 +0000 (11:31 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Mon, 10 Dec 2012 11:31:27 +0000 (11:31 +0000)
It was taking too long to cedric b0rk it  =)

SVN revision: 80597

legacy/edje/src/lib/edje_calc.c

index 5fb5c0e..b05af57 100644 (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 */