hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=dbc767453ea889a3fdb82041b7021baa14dbfae4

commit dbc767453ea889a3fdb82041b7021baa14dbfae4
Author: taehyub <taehyub....@samsung.com>
Date:   Tue Feb 23 20:44:24 2016 +0900

    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
---
 src/lib/elm_notify.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c
index 097aed9..021ab6d 100644
--- a/src/lib/elm_notify.c
+++ b/src/lib/elm_notify.c
@@ -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)
      {

-- 


Reply via email to