edje_load: fix mirroring bug with GROUP, BOX, or TABLE part 81/137681/2 accepted/tizen/unified/20170717.170202 submit/tizen/20170713.122748 submit/tizen/20170714.014828
authoranand.km <anand.km@samsung.com>
Fri, 7 Jul 2017 04:59:52 +0000 (10:29 +0530)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 10 Jul 2017 03:44:20 +0000 (03:44 +0000)
Change-Id: Ic6c99f84d56facd631046a108c13e995b8d04abb

src/lib/edje/edje_load.c

index 2d89acb..1a459ba 100644 (file)
@@ -1129,6 +1129,7 @@ _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)
                               {