From: cedric Date: Thu, 5 Jan 2012 15:26:49 +0000 (+0000) Subject: edje: fix edje recent brokeness with text flickering. X-Git-Tag: submit/trunk/20120815.180907~296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b6fa91fc450ed71a6c7ed9cf4b1f6cfce04a39b;p=profile%2Fivi%2Fedje.git 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66903 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_calc.c b/src/lib/edje_calc.c index 4526636..5266d9b 100644 --- a/src/lib/edje_calc.c +++ b/src/lib/edje_calc.c @@ -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;