[ABS] Set proper elementary parent to elm_layout submit/tizen_5.5_mobile_hotfix_mobile_tpk/20201126.134001
authorseokwon <seokwon75.jung@samsung.com>
Thu, 26 Nov 2020 04:54:15 +0000 (13:54 +0900)
committerseokwon <seokwon75.jung@samsung.com>
Thu, 26 Nov 2020 04:54:15 +0000 (13:54 +0900)
commit5c8f7e0759ce9c454e35d6436f03b32031f6e94f
tree08836e5dfca2ac81328bf659bebf7e5c9ca7039b
parenta3da1b0a9ddf692a51f9f7efa40d357b28b3d688
[ABS] Set proper elementary parent to elm_layout

Summary:
In the past, elm_layout's parent was elm_box. But this idea
was wrong because the box widget was contained to the layout
widget. That made recursive parent referencing between two
widgets.
So, I've chagned the parent of elm_layout to the naviframe widget.

Reference: submit/tizen_5.5_mobile_hotfix/20201126.134001
Commit id: d24edc719fe402a2b31417c0b0b9115170d83f0a
Requested by: None
SDK rootstrap version: 20201103_1
org.tizen.ug-myfile-efl-1.0.0-arm-debug.tpk
org.tizen.ug-myfile-efl-1.0.0-arm.tpk
org.tizen.ug-myfile-efl-1.0.0-x86-debug.tpk
org.tizen.ug-myfile-efl-1.0.0-x86.tpk