2012-10-31 ChunEon Park (Hermet)
* Fix to update the text classes when text classes are changed.
+
+2012-11-02 ChunEon Park (Hermet)
+
+ * Fix to not update map uv for proxy
* fix scale_set with edje containing groups
* fix edje_cc to use max, not default compression
* fix edje_text_class_set to update the text classes correctly.
+ * fix to not update map uv for proxy
Edje 1.7.0
evas_map_util_points_populate_from_object(map, ep->object);
if (ep->part->type == EDJE_PART_TYPE_IMAGE ||
((ep->part->type == EDJE_PART_TYPE_SWALLOW) &&
- (!strcmp(evas_object_type_get(mo), "image")))
+ (!strcmp(evas_object_type_get(mo), "image") &&
+ (!evas_object_image_source_get(mo))))
)
{
int iw = 1, ih = 1;
Evas_Map *map;
if (!rp->chosen_description->map.on) return;
+ if (evas_object_image_source_get(rp->typedata.swallow->swallowed_object))
+ return;
if ((rp->type != EDJE_RP_TYPE_SWALLOW) ||
(!rp->typedata.swallow)) return;