evas/rendering - Fixed to clean up when map actually changed. Now rendering updates will be correct after evas_map acutally disabled for the smart object.

SVN revision: 71490
This commit is contained in:
ChunEon Park 2012-05-29 05:13:03 +00:00
parent 2f22b87756
commit 63d97b8441
2 changed files with 8 additions and 0 deletions

View File

@ -760,3 +760,10 @@
2012-05-24 Carsten Haitzler (The Rasterman)
* Fix evas_object_image_memfile_set() on non-linux systems.
2012-05-29 ChunEon Park (Hermet)
* Fixed to clean up when map actually changed. Now rendering updates will be
correct after evas_map acutally disabled for the smart object.

View File

@ -1199,6 +1199,7 @@ evas_render_mapped(Evas *e, Evas_Object *obj, void *context, void *surface,
obj->func->render(obj, e->engine.data.output, context, surface,
off_x, off_y);
}
if (obj->changed_map) clean_them = EINA_TRUE;
}
RDI(level);
RD(" }\n");