hermet pushed a commit to branch master.

commit 64f984bd1a81bdd78fb54d18974cf8c9de771546
Author: ChunEon Park <[email protected]>
Date:   Fri Jul 5 12:53:09 2013 +0900

    evas/render - draw the map in case that the source clip is invalid.
---
 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 527ed53..19a0340 100644
--- a/src/lib/evas/canvas/evas_render.c
+++ b/src/lib/evas/canvas/evas_render.c
@@ -1295,7 +1295,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object 
*eo_obj,
           e->engine.func->context_clip_clip(e->engine.data.output,
                                             context,
                                             ecx, ecy, ecw, ech);
-        if (obj->cur->cache.clip.visible)
+        if (obj->cur->cache.clip.visible || !proxy_src_clip)
           {
              obj->layer->evas->engine.func->context_multiplier_unset
                (e->engine.data.output, context);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to