elm_panel: use widget data for getting geometry 82/130582/1
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:29:57 +0000 (13:29 +0900)
commit13c41c3212eb7670742c67e8f2615879bd9266ed
treefb4c1f52dc16765900396f6fe127ed3c0df83223
parentbcefb2c45c8ef3f59fcbd4020f8a506ea89fe3ae
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