evas: make sure that even when nothing is rendered there is a pair of RENDER_PRE and RENDER_POST events generated.

This commit is contained in:
Cedric BAIL 2017-05-09 15:39:58 -07:00
parent d340d85a1f
commit 688cbeae97
1 changed files with 1 additions and 1 deletions

View File

@ -3527,7 +3527,7 @@ evas_render_updates_internal(Evas *eo_e,
evas_module_clean();
// Send a RENDER_POST when we are rendering synchronously or when there is no update done asynchronously
if (!do_async)
if (!do_async || !rendering)
{
Evas_Event_Render_Post post;
Eina_List *l;