* edje: Reverting to recalc_do in edje smart resize.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 12 Aug 2009 09:27:09 +0000 (09:27 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 12 Aug 2009 09:27:09 +0000 (09:27 +0000)
commit5f02b2d9552d66bd15a031ed001544f12bd2181f
tree19f9bd81f243e71b7946cafd974114755b08a48e
parentb63882c076bb8cea79efa0615191124df0d27ff2
* edje: Reverting to recalc_do in edje smart resize.

Note: A bug spotted in layout of box is the reason of this revert. From
my understanding, layout require some property on the object to be
correctly set. This is done during edje_recalc_single on the part. The
layout fonction of evas would be called just after the resize. If we
didn't do an edje_recalc_do, but an edje_recalc, the call to
edje_recalc_single will be delayed and the layout property will not be
set correctly.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41698 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_smart.c