From c2f1673ac9e8dc2673246b16fc64c0a80d9c0401 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 25 Nov 2015 12:35:28 -0500 Subject: [PATCH] comp base: allow mouse events to propagate through comp base -> wallpaper @fix --- legacy/elementary/data/themes/edc/comp.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/data/themes/edc/comp.edc b/legacy/elementary/data/themes/edc/comp.edc index 17d2dd7..2b18e8e 100644 --- a/legacy/elementary/data/themes/edc/comp.edc +++ b/legacy/elementary/data/themes/edc/comp.edc @@ -28,7 +28,7 @@ group { name: "e/comp/screen/base/default"; description { state: "default" 0.0; } } - part { name: "e.swallow.background"; type: SWALLOW; mouse_events: 0; + part { name: "e.swallow.background"; type: SWALLOW; clip_to: "clip"; description { state: "default" 0.0; } -- 2.7.4