check ignore flags on effect_obj when cutting comp shapes

This commit is contained in:
Mike Blumenkrantz 2013-06-25 09:18:29 +01:00
parent ff3b3c7309
commit a6245c5c4a
1 changed files with 1 additions and 1 deletions

View File

@ -3757,7 +3757,7 @@ _e_comp_shapes_update_comp_win_shape_comp_helper(E_Comp_Win *cw, Eina_Tiler *tb)
SHAPE_INF("IGNORING DELETED: %u", cw->win);
return;
}
if (cw->invalid || cw->real_hid || (!cw->visible) || (!cw->shape->visible) || evas_object_pass_events_get(cw->shobj))
if (cw->invalid || cw->real_hid || (!cw->visible) || (!cw->shape->visible) || evas_object_pass_events_get(cw->effect_obj) || evas_object_pass_events_get(cw->shobj))
{
SHAPE_DBG("SKIPPING SHAPE");
return;