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/2.0alpha-wayland/20121127.221958~450 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fd129d62d86859c338314338cd4cb2438a3353e;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;