Evas textblock: fix height on line wrapping
authorDaniel Hirt <daniel.hirt@samsung.com>
Wed, 2 Dec 2015 12:37:58 +0000 (14:37 +0200)
committerDaniel Hirt <daniel.hirt@samsung.com>
Wed, 2 Dec 2015 13:06:32 +0000 (15:06 +0200)
commit59e9e2ddc873dc8f0fd6fd8e1e68707d955c0401
treed6c63884598ca79c167d62f2f4880ae1101a451c
parent723634370162525cff17dc559fc6e9724f7591ae
Evas textblock: fix height on line wrapping

Line advance should finalize the line with its last item, and not the
item we're currently wrapping. This fixes T1583, where some line
wrapping cases would look different than their equivalent <ps>
versions.

@fix
src/lib/evas/canvas/evas_object_textblock.c
src/tests/evas/evas_test_textblock.c