it's always the one-liners that make the worst bugs
On Thu, Sep 5, 2013 at 12:31 PM, Carsten Haitzler - Enlightenment Git < [email protected]> wrote: > raster pushed a commit to branch master. > > commit 3f94953509f85588dd7cfeea72280379621dc5fc > Author: Carsten Haitzler (Rasterman) <[email protected]> > Date: Thu Sep 5 20:30:51 2013 +0900 > > evas - fix render op reset when drawing map objs :) > --- > src/lib/evas/canvas/evas_render.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/lib/evas/canvas/evas_render.c > b/src/lib/evas/canvas/evas_render.c > index 8cd9e21..3f8d942 100644 > --- a/src/lib/evas/canvas/evas_render.c > +++ b/src/lib/evas/canvas/evas_render.c > @@ -1309,6 +1309,8 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object > *eo_obj, > { > obj->layer->evas->engine.func->context_multiplier_unset > (e->engine.data.output, context); > + obj->layer->evas->engine.func->context_render_op_set > + (e->engine.data.output, context, obj->cur->render_op); > evas_draw_image_map_async_check > (obj, e->engine.data.output, context, surface, > obj->map->surface, obj->map->spans, > > -- > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
