Evas textblock: Fix it->x value during layout
authorDaniel Hirt <daniel.hirt@samsung.com>
Mon, 29 Jun 2015 10:21:55 +0000 (13:21 +0300)
committerDaniel Hirt <daniel.hirt@samsung.com>
Mon, 29 Jun 2015 13:50:32 +0000 (16:50 +0300)
commit820204489020653f731192e82e7790c3124865d3
treece3cf00687bbcc98215d2cbf96eedd8fd1feacae
parent0de8ebbb3a03797a188d34583b1eed94daea884b
Evas textblock: Fix it->x value during layout

This updates it->x when visiting each item in the line layout code,
as it was always 0, even when it was used during item rollback.
Fortunately, in the above case a 0 value was actually expected, so
this does not actually affect current behavior.

This fix is mainly for consistency and future development.
src/lib/evas/canvas/evas_object_textblock.c