interface_scrollable: fix the getting scroll view port size (opensource fix) 71/92671/1
authorJinYong Park <j4939.park@samsung.com>
Tue, 18 Oct 2016 05:19:37 +0000 (14:19 +0900)
committerJinYong Park <j4939.park@samsung.com>
Tue, 18 Oct 2016 05:19:37 +0000 (14:19 +0900)
commitf55c3f6a4bdaf5057086d0f528aabe61c667e752
treed7f827242f3c429c51673701999c8c1011b9377c
parent6c0c2d78a8e514536884008ba74f767d1c8ea1ea
interface_scrollable: fix the getting scroll view port size (opensource fix)

In auto scroller mode, both of vbar and hbar of scroller is created when scroller content size is getting large.
At the state, If we make hbar disappear by resizing scroller content, vbar size is set to small.
Because at the moment, the width and height of elm.swallow.content of sid->edje_obj are zero.

@fix

https://phab.enlightenment.org/D3779

Change-Id: I7b91f9e19912073241069a7480a4dd0ee465a1b7
src/lib/elm_interface_scrollable.c