diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-11-28 14:03:05 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-11-28 14:03:05 +0900 |
commit | 7acdb30f951566599b4c02f1c9dfd68f88abef3f (patch) | |
tree | 704db934b37c8256faa02c0d4a2539cae87187e6 /ChangeLog | |
parent | a5c98947aea32671269d925733dd5328db8c6760 (diff) | |
download | efl-7acdb30f951566599b4c02f1c9dfd68f88abef3f.tar.gz |
evas/line - fix the line position set problem.
If the line goes to the 0, 0 then it won't be updated. Now it's fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-11-28 ChunEon Park (Hermet) + + * Evas: If the line goes to the 0, 0 then it won't be updated. Now it's + fixed. + 2013-11-26 ChunEon Park (Hermet) * Evas: Fix the memory corruption introduced by evas fonts_zero. |