diff options
author | Tom Hacohen <tom@stosb.com> | 2013-02-08 15:31:25 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-02-08 15:31:25 +0000 |
commit | 548e548632333f5ef533079a7aaa54aadd20ef8d (patch) | |
tree | 61a79fbbc475919bcbcf48f287a801d43f77721d /NEWS | |
parent | dbaf2b8fdeee9f677b9771247a2353aaaa5da451 (diff) | |
download | efl-548e548632333f5ef533079a7aaa54aadd20ef8d.tar.gz efl-548e548632333f5ef533079a7aaa54aadd20ef8d.tar.xz efl-548e548632333f5ef533079a7aaa54aadd20ef8d.zip |
Evas textblock: Fixed a selection issue.
The issue happens when selecting in strings that have both bidi and different
scripts in the same bidi run. E.g: "עבריתenglishрусскийעברית".
SVN revision: 83786
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,3 +158,4 @@ Fixes: * Fix memleak in Eina_File. * Fix ecore_x_screen_is_composited/set() to work on multihead. * Fix memory usage of Ecore_Con_Server + * Evas textblock: Fixed a selection issue with different scripts and bidi. |