ecore_evas: do not propagate drawing change blindly from sub surface to parent.

It is not because a round of rendering happen for a child, that it result in
actually drawing anything in the parent. The parent will always be aware of
the rendering request of the sub surface and we should only track what the
parent think.

T6049

Tested-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Cedric BAIL 2017-11-01 15:25:53 -07:00
parent 5f7710f561
commit 925d558780
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ ecore_evas_render(Ecore_Evas *ee)
if (!ee->engine.func->fn_prepare(ee))
return EINA_FALSE;
rend = ecore_evas_render_prepare(ee);
ecore_evas_render_prepare(ee);
ee->in_async_render = 1;