evas/render - draw the map in case that the source clip is invalid.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 5 Jul 2013 03:53:09 +0000 (12:53 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 5 Jul 2013 03:53:09 +0000 (12:53 +0900)
src/lib/evas/canvas/evas_render.c

index 527ed53..19a0340 100644 (file)
@@ -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);