Evas textblock: we should also take width of tabs into account when calculating line width.

SVN revision: 52297
This commit is contained in:
Tom Hacohen 2010-09-15 12:45:06 +00:00
parent 8b6083ec26
commit b59743febd
1 changed files with 1 additions and 0 deletions

View File

@ -2781,6 +2781,7 @@ _layout_do_format(const Evas_Object *obj, Ctxt *c,
fi = _layout_format_item_add(c, n, item);
fi->x = c->x;
fi->w = x2 - c->x;
fi->formatme = 1;
c->x = x2;
}
}