edje: fix edje recent brokeness with text flickering.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jan 2012 15:26:49 +0000 (15:26 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jan 2012 15:26:49 +0000 (15:26 +0000)
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.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66903 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_calc.c

index 4526636..5266d9b 100644 (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;