correct ascent

SVN revision: 48309
This commit is contained in:
Carsten Haitzler 2010-04-25 13:11:44 +00:00
parent 39de4a6db7
commit ac70bae562
1 changed files with 1 additions and 1 deletions

View File

@ -1491,7 +1491,7 @@ _layout_line_advance(Ctxt *c, Evas_Object_Textblock_Format *fmt)
{
case VSIZE_FULL:
case VSIZE_ASCENT:
fi->y = -c->maxascent;
fi->y = -fi->ascent;
break;
default:
break;