discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cee520ff75f0c480cc57da5586e6002b7723f172
commit cee520ff75f0c480cc57da5586e6002b7723f172 Author: Mike Blumenkrantz <m.blumenk...@samsung.com> Date: Mon Oct 14 06:11:17 2013 +0100 clip efm icon event rect this should fix all the weird fileselector behavior that people were getting --- src/bin/e_fm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 1cb03ac..cf7529b 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -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); --