Revert "clip efm icon event rect"

This reverts commit cee520ff75.
This commit is contained in:
Mike Blumenkrantz 2013-12-10 09:22:35 -05:00
parent 3c514097ae
commit ef1b4e3d9d
1 changed files with 0 additions and 1 deletions

View File

@ -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);