[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)
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

index 0be73c4..6fc2f8c 100644 (file)
Binary files a/org.tizen.ug-myfile-efl-1.0.0-arm-debug.tpk and b/org.tizen.ug-myfile-efl-1.0.0-arm-debug.tpk differ
index 04d98cc..1a325f4 100644 (file)
Binary files a/org.tizen.ug-myfile-efl-1.0.0-arm.tpk and b/org.tizen.ug-myfile-efl-1.0.0-arm.tpk differ
index 1f03aa3..92be5a1 100644 (file)
Binary files a/org.tizen.ug-myfile-efl-1.0.0-x86-debug.tpk and b/org.tizen.ug-myfile-efl-1.0.0-x86-debug.tpk differ
index 5a9c5a2..bda401a 100644 (file)
Binary files a/org.tizen.ug-myfile-efl-1.0.0-x86.tpk and b/org.tizen.ug-myfile-efl-1.0.0-x86.tpk differ