edje: force update anchors when a API is called to get list of anchors
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 7 Dec 2016 05:16:28 +0000 (14:16 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 07:23:58 +0000 (16:23 +0900)
commit29a2f9d71cc821a99a83bd10e911297813962dd0
treed3aa308d2736c6159dc1137310cca2ae43df12da
parent6501cac017b4d14f4f8e157d2d3b4cf71a52ff21
edje: force update anchors when a API is called to get list of anchors

When anchors were not in the view port, they were not created,
and didn't have any geometry information. Because of this feature,
edje_object_part_text_anchor_geometry_get() gave unexpected result.
i.e. empty list.

Now, some APIs will force the updating of anchors to get
the correct information.

@tizen_fix

Change-Id: I2238192191046b31dd8dc18f5ec7c15e75fb7d6e
src/lib/edje/edje_entry.c