* Correctly count and propagate preload signal with GROUP.
* Fix rotation with fixed point.
+2012-03-11 Cedric Bail
+
+ * Propagate scale factor to GROUP's part.
Fixes:
* Correctly count and propagate preload signal with GROUP.
* Fix rotation with fixed point.
+ * Correctly propagate scale factor to GROUP.
Changes since Edje 1.0.0:
-------------------------
sc = ed->scale;
if (sc == ZERO) sc = _edje_scale;
_edje_part_recalc_single_min_max(sc, ep, desc, &minw, &minh, &maxw, &maxh);
-
+
/* relative coords of top left & bottom right */
_edje_part_recalc_single_rel(ed, ep, desc, rel1_to_x, rel1_to_y, rel2_to_x, rel2_to_y, params);
#endif
return;
}
+
+ if (ep->part->scale &&
+ ep->part->type == EDJE_PART_TYPE_GROUP &&
+ ep->swallowed_object)
+ edje_object_scale_set(ep->swallowed_object, TO_DOUBLE(ed->scale));
+
#ifdef EDJE_CALC_CACHE
if (ep->state == ed->state && !state)
return ;