elm_panel: use widget data for getting geometry
authorJaeun Choi <jaeun12.choi@samsung.com>
Tue, 23 May 2017 04:11:59 +0000 (13:11 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Tue, 8 Aug 2017 06:33:19 +0000 (15:33 +0900)
commit81f94ecadac8129da7dbbe5608e26c7207c7ee4a
treeb3cc715b0386471fe06bfc39ccf89d7745b0d99f
parent57fdaae824c0c3b1a942187181f636a1683c0bf3
elm_panel: use widget data for getting geometry

_elm_panel_efl_gfx_size_set() ends up calling
_elm_panel_elm_layout_sizing_eval() to adjust the layout
according to the updated width and height.
however, evas_object_geometr_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_efl_gfx_size_set().
src/lib/elementary/elm_panel.c