In future cases like this, where an attempt at fixing an issue is reverted
and a more correct method is committed, would it be possible to make some
slight change to the commit subject? This was somewhat confusing to read
through since the subjects were identical.

On Tue, Jan 12, 2016 at 5:42 AM Tom Hacohen <t...@stosb.com> wrote:

> tasn pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=2781eef823ea32abbfb3360ffdb60bf6ba3a460c
>
> commit 2781eef823ea32abbfb3360ffdb60bf6ba3a460c
> Author: Tom Hacohen <t...@stosb.com>
> Date:   Tue Jan 12 10:39:37 2016 +0000
>
>     Edje UI mirroring: Fix UI mirroring for GROUP parts.
>
>     GROUP parts were not mirrored with the rest of the edje object,
>     this commits fixes that.
>
>     This is an improvement of the now reverted
>     55b62bbd70e32f5824cbc760bc2f8e49eafa4cdd.
>
>     Thanks to cedric for the pointer that lead to this commit.
>
>     Ref T3021
> ---
>  src/lib/edje/edje_calc.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/src/lib/edje/edje_calc.c b/src/lib/edje/edje_calc.c
> index 614688b..0f45460 100644
> --- a/src/lib/edje/edje_calc.c
> +++ b/src/lib/edje/edje_calc.c
> @@ -818,6 +818,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));
>            }
>       }
>
>
> --
>
>
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to