Evas textblock: Fixed a bug in RELSIZE items size calculation.

SVN revision: 61436
This commit is contained in:
Tom Hacohen 2011-07-17 10:47:58 +00:00
parent c47d4bebd8
commit 0af138b6ff
1 changed files with 3 additions and 0 deletions

View File

@ -2393,6 +2393,9 @@ _layout_line_finalize(Ctxt *c, Evas_Object_Textblock_Format *fmt)
{
if (it->type == EVAS_TEXTBLOCK_ITEM_TEXT)
{
Evas_Object_Textblock_Text_Item *ti = _ITEM_TEXT(it);
_layout_format_ascent_descent_adjust(c->obj, &c->maxascent,
&c->maxdescent, ti->parent.format);
no_text = EINA_FALSE;
break;
}