Revert "Evas textblock: Fixed a major bug. Forgot recreating a layout paragraph."

Apparently it was a mistake and I did handle everything correctly.

This reverts commit 58454.

SVN revision: 58455
This commit is contained in:
Tom Hacohen 2011-04-07 14:01:31 +00:00
parent a855dd9ac0
commit 0ced548b40
1 changed files with 5 additions and 2 deletions

View File

@ -3555,8 +3555,11 @@ _layout(const Evas_Object *obj, int calc_only, int w, int h, int *w_ret, int *h_
continue;
}
}
/* If it's a new paragraph, just add it. */
_layout_paragraph_new(c, n, EINA_FALSE);
else
{
/* If it's a new paragraph, just add it. */
_layout_paragraph_new(c, n, EINA_FALSE);
}
/* For each text node to thorugh all of it's format nodes
* append text from the start to the offset of the next format