evas/render - draw the map in case that the source clip is invalid.

This commit is contained in:
ChunEon Park 2013-07-05 12:53:09 +09:00
parent ebc259d110
commit 64f984bd1a
1 changed files with 1 additions and 1 deletions

View 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);