elm_panel: set content as a sub object of panel object
authorJaeun Choi <jaeun12.choi@samsung.com>
Tue, 5 Sep 2017 08:09:37 +0000 (17:09 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Tue, 5 Sep 2017 08:09:37 +0000 (17:09 +0900)
commit61381f6e3584118a70565eea79c355dd049b9e28
tree262be69d768e8c6b62d81e2374c6aef665d26a35
parent373e6a09183b4be984ad9220b75bf97da1df8745
elm_panel: set content as a sub object of panel object

since sd->bx is not an elm object, it is excluded from parent-child tree.
in case of a non-scrollable panel, the content needs to be attached to the tree
as a child of panel object directly.
src/lib/elementary/elm_panel.c