raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d37c10987e70a8cf37245f55de9064e0f03afe56
commit d37c10987e70a8cf37245f55de9064e0f03afe56 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Fri Oct 25 22:15:44 2013 +0900 elm button theme - ensure only event part gets events --- data/themes/edc/elm/button.edc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc index 6ec4056..f3852b7 100644 --- a/data/themes/edc/elm/button.edc +++ b/data/themes/edc/elm/button.edc @@ -64,7 +64,7 @@ group { name: "elm/button/base/default"; } } parts { - part { name: "base"; + part { name: "base"; mouse_events: 0; description { state: "default" 0.0; image.normal: "button_normal.png"; image.border: 4 4 3 5; @@ -733,7 +733,7 @@ group { name: "elm/button/base/media_player/prev/default"; visible: 1; } } - part { name: "elm.swallow.content"; type: SWALLOW; + part { name: "elm.swallow.content"; type: SWALLOW; mouse_events: 0; description { state: "default" 0.0; rel1.offset: 3 1; rel2.offset: -4 -2; @@ -1134,7 +1134,7 @@ group { name: "elm/button/base/hoversel_vertical_entry/default"; visible: 1; } } - part { name: "shine"; repeat_events: 1; + part { name: "shine"; mouse_events: 0; insert_before: "event"; description { state: "default" 0.0; fixed: 1 1; --