summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2015-11-25 12:35:28 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2015-11-25 12:36:03 -0500
commit9923e1dc0d3119b94725d3dee3fa17641c3292f9 (patch)
tree6bba8bb51312b688ed501fb0ae56c2aa65f98618
parente2febed80109c6da8bffaf779e1cba018687598c (diff)
downloadelementary-9923e1dc0d3119b94725d3dee3fa17641c3292f9.tar.gz
comp base: allow mouse events to propagate through comp base -> wallpaper
@fix
-rw-r--r--data/themes/edc/comp.edc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/themes/edc/comp.edc b/data/themes/edc/comp.edc
index 17d2dd71a..2b18e8ebb 100644
--- a/data/themes/edc/comp.edc
+++ b/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;
}