tasn pushed a commit to branch efl-1.8.

http://git.enlightenment.org/core/efl.git/commit/?id=5464441979cb0baa4b0e707921c89b72389d1442

commit 5464441979cb0baa4b0e707921c89b72389d1442
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Feb 10 14:10:54 2014 +0000

    Evas textblock: Fix rendering of spaces in some cases.
    
    The issue was with a textblock that's being resized and a space between 
formats.
    The problem is, that the text would get trimmed when wrapping, and then not
    restored, because it had nothing to merge to.
    
    This fixes T924.
---
 src/lib/evas/canvas/evas_object_textblock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/evas/canvas/evas_object_textblock.c 
b/src/lib/evas/canvas/evas_object_textblock.c
index 3ea0d08..f8d70d8 100644
--- a/src/lib/evas/canvas/evas_object_textblock.c
+++ b/src/lib/evas/canvas/evas_object_textblock.c
@@ -4561,6 +4561,7 @@ _layout_par(Ctxt *c)
                     }
                   else
                     {
+                       ititr->visually_deleted = EINA_FALSE;
                        prev_it = ititr;
                     }
                }

-- 


Reply via email to