evas: do not track change on root node.

This commit is contained in:
Cedric BAIL 2015-04-03 16:31:09 +02:00
parent ebfcfed59b
commit 986704dfb4
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ _evas_vg_root_node_render_pre(Eo *obj EINA_UNUSED,
Eina_List *l;
Eo *child;
if (!nd->changed) return ;
nd->changed = EINA_FALSE;
EFL_VG_COMPUTE_MATRIX(current, parent, nd);
EINA_LIST_FOREACH(pd->children, l, child)