summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehyub <taehyub.kim@samsung.com>2016-02-23 20:44:24 +0900
committerHermet Park <hermet@hermet.pe.kr>2016-02-23 20:44:24 +0900
commitdbc767453ea889a3fdb82041b7021baa14dbfae4 (patch)
treeaaba94bd9007381d5caf6cdb85225c10755f8ea9
parent25f05848ccfc087450ae6bea1da5e1d344e4743d (diff)
downloadelementary-dbc767453ea889a3fdb82041b7021baa14dbfae4.tar.gz
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
-rw-r--r--src/lib/elm_notify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c
index 097aed91f..021ab6d19 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)
{