edje: Fix UI mirroring for GROUP parts 35/90735/2
authorMinwoo, Lee <minwoo47.lee@samsung.com>
Tue, 4 Oct 2016 06:09:11 +0000 (15:09 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 5 Oct 2016 01:09:31 +0000 (18:09 -0700)
GROUP parts were not mirrored with the rest of the edje object,
this commits fixes that.

This commit is from opensource.
(2781eef823ea32abbfb3360ffdb60bf6ba3a460c)

Change-Id: I95c5ca6f8868d8523875e469ac70046a35f77b2b

src/lib/edje/edje_calc.c

index ddbebff..033dc62 100644 (file)
@@ -824,6 +824,9 @@ _edje_part_description_apply(Edje *ed, Edje_Real_Part *ep, const char *d1, doubl
                   ted->recalc_call = ted->dirty = ted->recalc_hints = EINA_TRUE;
                   _edje_recalc(ted);
                }
+
+             edje_object_mirrored_set(ep->typedata.swallow->swallowed_object,
+                   edje_object_mirrored_get(ed->obj));
           }
      }