elm_panel: fix a bug in elm_scrollable_mode_set() function
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 18 Jan 2019 07:26:44 +0000 (16:26 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:18 +0000 (14:20 +0900)
commitd3a6e8cb9c4e2b05f8144691bb0ae295079ce842
tree7b5f1ed7b64a2944bd98c63b1697ed97b7b157d9
parentfdec1b505eaf7d79eaba932cc0bafedfe3177d6f
elm_panel: fix a bug in elm_scrollable_mode_set() function

when panel becomes scrollable, the function blocked scrolling
assuming that the panel is hidden. this caused an issue case
when panel becomes scrollable while it is open.
this patch fixes the issue.
src/lib/elementary/elm_panel.c