Elm_interface_scrollable_content_region_show causes problems in mirror mode.
This is to initialize the scroll region of the toolbar and supports mirroring.
Change-Id: I76bfbab5360a48d386cd97e01ef39b48d6614572
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
{
if (it->selected)
{
- // TIZEN_ONLY(20150914): Initialize scroll region when toolbar is resized.
- eo_do(WIDGET(it), elm_interface_scrollable_content_region_show
- (0, 0, 0, 0));
+ // TIZEN_ONLY(20170403): Initialize scroll region when toolbar is resized.
+ eo_do(WIDGET(it), elm_interface_scrollable_page_show(0, 0));
//
_item_show(it);
}