evas: we now need to force mark the object as changed.

This commit is contained in:
Cedric BAIL 2015-06-30 10:14:23 +02:00
parent 033658d1ca
commit c5c94ce027
1 changed files with 4 additions and 0 deletions

View File

@ -2623,6 +2623,10 @@ evas_render_updates_internal(Evas *eo_e,
make_updates, do_async,
&offset);
// Force the object has changed for filter to take it into
// account. It won't be in the pending object array.
obj->changed = EINA_TRUE;
offset = restore_offset;
}
}