From ac8f73cabc83e9bc4d9636042866c3ec0f18a94f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 20 Jul 2014 17:17:05 -0400 Subject: [PATCH] allow nocomp with "above" shelves --- src/bin/e_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index fd5ed9ae9..bed92ad75 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -138,7 +138,7 @@ _e_comp_visible_object_is(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coo return _e_comp_visible_object_clip_is(o); } eina_list_free(children); - return EINA_TRUE; + return !!evas_object_data_get(o, "E_Shelf"); } } eina_list_free(children);