discomfitor pushed a commit to branch master.

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

commit ef1b4e3d9d993bcb99dd2726cd281e37f5bedd0f
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Tue Dec 10 09:22:35 2013 -0500

    Revert "clip efm icon event rect"
    
    This reverts commit cee520ff75f0c480cc57da5586e6002b7723f172.
---
 src/bin/e_fm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c
index 82fc92b..fdb1963 100644
--- a/src/bin/e_fm.c
+++ b/src/bin/e_fm.c
@@ -4858,7 +4858,6 @@ _e_fm2_icon_realize(E_Fm2_Icon *ic)
    evas_object_stack_above(ic->rect, ic->obj);
    _e_fm2_icon_label_set(ic, ic->obj);
    evas_object_clip_set(ic->obj, ic->sd->clip);
-   evas_object_clip_set(ic->rect, ic->sd->clip);
    evas_object_move(ic->obj,
                     ic->sd->x + ic->x - ic->sd->pos.x,
                     ic->sd->y + ic->y - ic->sd->pos.y);

-- 


Reply via email to