diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-10-15 22:24:27 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-10-15 22:24:27 +0900 |
commit | eea1b83cf6c47b61aea35a70d2e9ff7b2b899780 (patch) | |
tree | 34f6a39efc4712c60d8684db006ba9fc42a24101 /ChangeLog | |
parent | cf859cfaccb48fd482d2b50072f82b5d6877cc34 (diff) |
evas/map - Fixed the map surface to be updated properly.
By tranversing the whole of the map target's tree,
it decides to update the map surface to be redrawn if one of the objects is changed except the clipper itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2013-10-15 ChunEon Park (Hermet) + * Fixed the map surface to be updated properly. By tranversing the + whole of the map target's tree, it decides to update the map + surface to be redrawn if one of the objects is changed except the + clipper itself. + +2013-10-15 ChunEon Park (Hermet) + * Fixed memory leak in the edje map color transition. 2013-10-11 Carsten Haitzler (The Rasterman) |