fix the wrong operation of mirrored set

Summary:
fix the wrong operation of mirrored set.
when mirrored set is applied, notify change the theme using mirrored flag.
however, it is unnecessary operation.

@fix

Reviewers: Hermet, kimcinoo

Reviewed By: kimcinoo

Differential Revision: https://phab.enlightenment.org/D3700
This commit is contained in:
taehyub 2016-02-23 20:44:24 +09:00 committed by Hermet Park
parent 12480dcc6f
commit adc17dfb97
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ _notify_theme_apply(Evas_Object *obj)
ax = sd->horizontal_align;
ay = sd->vertical_align;
if ((elm_widget_mirrored_get(obj)) && (ax != ELM_NOTIFY_ALIGN_FILL)) ax = 1.0 - ax;
if (ay == 0.0)
{