ignore comp shapes which have pass events set

This commit is contained in:
Mike Blumenkrantz 2013-05-20 08:59:33 +01:00
parent 369d331efb
commit 9d8a1c0a75
1 changed files with 1 additions and 1 deletions

View File

@ -3732,7 +3732,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))
if (cw->invalid || cw->real_hid || (!cw->visible) || (!cw->shape->visible) || evas_object_pass_events_get(cw->shobj))
{
SHAPE_DBG("SKIPPING SHAPE");
return;