evas - stop over redraw of map content with smart object.

clip object would always stay in a changed state. nobody was walking them to reset.
Now we do reset there state as soon as we do render them.
This commit is contained in:
ChunEon Park 2013-11-26 13:05:05 +09:00
parent ca16bcbf23
commit 58dfb4824f
1 changed files with 1 additions and 0 deletions

View File

@ -1429,6 +1429,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object *eo_obj,
, level + 1
#endif
, do_async);
evas_object_change_reset(obj2->object);
}
}
else