Evas textblock: Init first paragraph's y correctly.

SVN revision: 58208
This commit is contained in:
Tom Hacohen 2011-03-30 12:19:05 +00:00
parent bcacff3111
commit eaa8f71523
1 changed files with 4 additions and 0 deletions

View File

@ -3078,6 +3078,10 @@ _layout_update_par(Ctxt *c)
{
c->par->y = last_par->y + last_par->h;
}
else
{
c->par->y = 0;
}
}
/* -1 means no wrap */