tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7aae5d08041cf38b994bceaa16d2c7183560ff57

commit 7aae5d08041cf38b994bceaa16d2c7183560ff57
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Dec 16 15:45:07 2013 +0000

    Evas textblock: Fixed range_deletion bug with multiple visible formats.
    
    This makes the tests added in 8bee8853ae1e38823ee0dbcac1643d23c3e34379
    pass.
    
    Thanks to Youngbok Shin for reporting.
---
 src/lib/evas/canvas/evas_object_textblock.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/lib/evas/canvas/evas_object_textblock.c 
b/src/lib/evas/canvas/evas_object_textblock.c
index 0527846..2b832c7 100644
--- a/src/lib/evas/canvas/evas_object_textblock.c
+++ b/src/lib/evas/canvas/evas_object_textblock.c
@@ -7830,11 +7830,6 @@ 
_evas_textblock_node_text_adjust_offsets_to_start(Evas_Object_Textblock *o,
              last_node->offset -= delta;
              break;
           }
-        else if (use_end && itr && (pos + itr->offset > (size_t) end) &&
-              itr->visible)
-          {
-             break;
-          }
 
         delta = orig_end - pos;
         if (!first)

-- 


Reply via email to