Very welcome Hermet ;) Cheers, dh
On 09/05/13 17:16, ChunEon Park wrote: > thank you :) > > ------------------------------------ > -Regards, Hermet- > > -----Original Message----- > From: "Chris Michael - Enlightenment Git"<[email protected]> > To: <[email protected]>; > Cc: > Sent: 2013-05-09 (목) 16:05:19 > Subject: [EGIT] [core/efl] master 01/01: Fix proxy object check to compare > against proper object. > > devilhorns pushed a commit to branch master. > > commit 6cdbca59d426528465f278803631f7b564e06fff > Author: Chris Michael <cp.michael>@samsung.com> > Date: Thu May 9 08:06:05 2013 +0100 > > Fix proxy object check to compare against proper object. > > Signed-off-by: Chris Michael <cp.michael>@samsung.com> > --- > src/lib/evas/canvas/evas_render.c 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/lib/evas/canvas/evas_render.c > b/src/lib/evas/canvas/evas_render.c > index 1da6380..d4a5629 100644 > --- a/src/lib/evas/canvas/evas_render.c > +++ b/src/lib/evas/canvas/evas_render.c > @@ -1355,7 +1355,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object > *eo_obj, > else > { > //FIXME: Consider to clip by the proxy clipper. > - if (proxy_obj && (proxy_obj != obj)) > + if (proxy_obj && (proxy_obj != eo_obj)) > { > if (_evas_render_has_map(eo_obj, obj)) > evas_object_clip_recalc(obj); > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
