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 /NEWS | |
parent | a5c98947aea32671269d925733dd5328db8c6760 (diff) |
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 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -366,6 +366,7 @@ Fixes: - Fix proxy render to update the proxies recursively. If a proxy has proxies, all the chainged proxies should be updated recursively. - Evas textblock: Fixed wrapping of lines ending with whites. - Evas: Fix the memory corruption introduced by evas fonts_zero. + - Evas: If the line goes to the 0, 0 then it won't be updated. Now it's fixed. * Ecore: - Don't leak fd on exec. |