edje: fix edje recent brokeness with text flickering.

NOTE: it's just a partial revert of previous patch by
raster. Without that, some text were flickering going
on and off for sometime. I didn't take the time to
understand why, but by forcing the recalc it permanently
solve the issue.


SVN revision: 66903
This commit is contained in:
Cedric BAIL 2012-01-05 15:26:49 +00:00
parent 6a169575e7
commit f74f396d8d
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ _edje_recalc(Edje *ed)
}
// XXX: dont need this with current smart calc infra. remove me later
// if (ed->postponed) return;
if (!ed->calc_only)
// if (!ed->calc_only)
evas_object_smart_changed(ed->obj);
// XXX: dont need this with current smart calc infra. remove me later
// ed->postponed = 1;