Yo Master, Just to inform you that this commit broke my DnD overlapping test. It is supposed to support dropping into boxes but now, box is no more found as a target. I suppose it is related to the repeat_events. I will try to give you more inputs later.
Your JackZ. On 10/25/2013 04:01 PM, Carsten Haitzler (Rasterman) wrote: > 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; > ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel