elementary/mapbuf - evas_smart_objects_calculate() call causes many side effects in calculating mapbuf objects$

But it doens't affect to the mapbuf it's special feature, performance. so commented out them.
This commit is contained in:
ChunEon Park 2013-08-18 20:34:50 +09:00
parent aec506d3ef
commit 4754c74758
1 changed files with 4 additions and 2 deletions

View File

@ -152,10 +152,12 @@ _configure(Evas_Object *obj, Eina_Bool update_force)
evas_object_move(sd->content, x, y);
else
{
evas_smart_objects_calculate(e);
/* This causes many side effects in calculating mapbuf objects.
But it doens't affect to the mapbuf it's special feature, performance. */
// evas_smart_objects_calculate(e);
evas_nochange_push(e);
evas_object_move(sd->content, x, y);
evas_smart_objects_calculate(e);
// evas_smart_objects_calculate(e);
evas_nochange_pop(e);
}
_mapbuf(obj);