evas/map - ensure map updation.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 19 Dec 2013 06:34:15 +0000 (15:34 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 19 Dec 2013 06:34:15 +0000 (15:34 +0900)
commitf4d24e962dba33bef8f990ce3359c06eed8771d0
treef7576bad80a8507bb929652598a72bfde4cb5709
parentcb384fe88bdc452218d47268bd97a545320d6075
evas/map - ensure map updation.

for more gurantee to update map properly,
we should reset the map changed flag after the map updation is performed.
this will fix a mapbuf bug that map is not updated.

when the map is changed without rendering but it's in the active object list,
the map updation couldn't be happened later that map is rendered. (if the map is not updated at this frame)
src/lib/evas/canvas/evas_map.c
src/lib/evas/canvas/evas_object_main.c