evas: proxy: do prerender if not done.

thanks to tom (tasn) for finding this for me.

SVN revision: 58017
This commit is contained in:
Brett Nash 2011-03-23 08:49:01 +00:00
parent b95b46fd6f
commit 24d20d5a88
1 changed files with 2 additions and 1 deletions

View File

@ -2530,7 +2530,8 @@ _proxy_subrender_recurse(Evas_Object *obj, Evas_Object *clip, void *output, void
}
if (obj->func->is_visible && !obj->func->is_visible(obj)) return;
obj->pre_render_done = 1;
if (!obj->pre_render_done)
obj->func->render_pre(obj);
ctx = e->engine.func->context_new(output);
if (obj->smart.smart)
{