Evas textblock: Fix rendering of spaces in some cases.
authorTom Hacohen <tom@stosb.com>
Mon, 10 Feb 2014 14:10:54 +0000 (14:10 +0000)
committerTom Hacohen <tom@stosb.com>
Mon, 10 Feb 2014 14:17:03 +0000 (14:17 +0000)
commit80033e022d87e3d455b00ab20d38e5da423281e5
treefc41706a1eabc5c04e621c627d2036ea074828de
parent1dcf14319234b25c5afd16a0617602ff70b35733
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