elm_panel: use widget data for getting geometry 84/130184/2
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 19 May 2017 08:59:44 +0000 (17:59 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Tue, 23 May 2017 04:25:06 +0000 (04:25 +0000)
commite8ff2f4d80a21f8b437942ad8900e5160f9b9bfd
tree3eb90fdae3cc27c6f5d70def0c12a0470edb6f9e
parent6f5aa73e86785beaac81d320c85b6b34f530f8be
elm_panel: use widget data for getting geometry

_elm_panel_evas_object_smart_resize() ends up calling
_elm_panel_elm_layout_sizing_eval() to adjust the layout
according to the updated width and height.
however, evas_object_geometry_get() doesn't return the updated values.
in fact, it is not necessary to call any API since the values are
stored as widget data in _elm_widget_evas_object_smart_resize().

Change-Id: I68467ec07700ee4dea99d36ee10c433608d5f555
src/lib/elm_panel.c