discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=1eeb401a3bafb9636a91dd1393cf61e50badfaf3

commit 1eeb401a3bafb9636a91dd1393cf61e50badfaf3
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Jan 5 13:17:23 2016 -0500

    box: use elm_box_recalculate() in smart recalc
    
    ensures that the internal box will calculate and blocks further (recursive)
    recalc calls
---
 src/lib/elm_box.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_box.c b/src/lib/elm_box.c
index db38fdc..61e5605 100644
--- a/src/lib/elm_box.c
+++ b/src/lib/elm_box.c
@@ -378,7 +378,7 @@ _elm_box_evas_object_smart_calculate(Eo *obj, Elm_Box_Data 
*_pd EINA_UNUSED)
 {
    ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd);
 
-   evas_object_smart_calculate(wd->resize_obj);
+   elm_box_recalculate(obj);
 }
 
 EOLIAN static void

-- 


Reply via email to