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.
This commit is contained in:
Tom Hacohen 2014-02-10 14:10:54 +00:00
parent 1dcf143192
commit 80033e022d
1 changed files with 1 additions and 0 deletions

View File

@ -4491,6 +4491,7 @@ _layout_par(Ctxt *c)
}
else
{
ititr->visually_deleted = EINA_FALSE;
prev_it = ititr;
}
}