clip efm icon event rect

this should fix all the weird fileselector behavior that people were getting
This commit is contained in:
Mike Blumenkrantz 2013-10-14 06:11:17 +01:00
parent 408dbec23d
commit cee520ff75
1 changed files with 1 additions and 0 deletions

View File

@ -4856,6 +4856,7 @@ _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);