diff options
author | Tom Hacohen <tom@stosb.com> | 2013-11-25 14:39:14 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-11-25 14:41:24 +0000 |
commit | f0d3cb91b37075e177809b27dedc10b4f507d76e (patch) | |
tree | 5422f1d942aa1d866aa53e17dac3c2e7b5a8a51f /ChangeLog | |
parent | ada27a49d7100f336b9751b2c390fb14ccfe6a04 (diff) |
Evas textblock: Fixed wrapping of lines ending with whites.
Whites at the end of lines ending with whites should not be cut, but
should be wrapped (there's no legal line break there).
Thanks to Shilpa Singh for reporting.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-11-25 Tom Hacohen + + * Evas textblock: Fixed wrapping of lines ending with whites. + 2013-11-25 ChunEon Park (Hermet) * Evas: Fix proxy render to update the proxies recursively. If a proxy |