edje_load: fix mirroring bug with GROUP, BOX, or TABLE part

Summary:
Mirrored stated should be applied to new edje_object
which is created for GROUP, BOX, or TABLE part.

@fix

Reviewers: woohyun, raster, cedric, jpeg, singh.amitesh

Differential Revision: https://phab.enlightenment.org/D4618

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Hosang Kim 2017-02-07 13:41:20 -08:00 committed by Cedric BAIL
parent ea0492e0c6
commit 15d46a419f
1 changed files with 2 additions and 0 deletions

View File

@ -1435,6 +1435,8 @@ _edje_object_file_set_internal(Evas_Object *obj, const Eina_File *file, const ch
do
{
child_obj = edje_object_add(ed->base->evas);
edje_object_mirrored_set(child_obj, edje_object_mirrored_get(ed->obj));
group_path = eina_list_append(group_path, group_path_entry);
if (rp->part->type == EDJE_PART_TYPE_GROUP)
{