Ui text: fix size evaluation for default setup
authorDaniel Hirt <daniel.hirt@samsung.com>
Thu, 15 Dec 2016 08:57:59 +0000 (10:57 +0200)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 17 Jan 2017 05:35:30 +0000 (14:35 +0900)
commit099c1f2d839f2a343a665e6f1d281d2eac4ffec0
treee8acc18a9857105fe9292b1ba3dd500f6db6e797
parent1b881704dbb5673bb2b7104123a3f8a00ebb43b6
Ui text: fix size evaluation for default setup

Now the size evaluation will query for the native size of the
canvas.text object, and continue with calculations to set the min size
of itself.
This fixes a bug in containers where the widget's size wasn't picked up.

Also, the canvas.text object wasn't reporting 'changed' on text changes.

Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
src/lib/elementary/efl_ui_text.c
src/lib/evas/canvas/evas_object_textblock.c