ecore_evas: if an async rendering is still going on, there won't be a new one starting.

This commit is contained in:
Cedric BAIL 2017-11-01 15:33:44 -07:00
parent 925d558780
commit 83493bba73
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ ecore_evas_render(Ecore_Evas *ee)
if (ee->in_async_render)
{
DBG("ee=%p is rendering, skip.", ee);
return EINA_TRUE;
return EINA_FALSE;
}
if (ee->engine.func->fn_prepare)