summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-01-05 13:17:23 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-01-06 17:09:01 -0500
commit1eeb401a3bafb9636a91dd1393cf61e50badfaf3 (patch)
tree983313c2f3bc52ecc45ec02daff0801addd2b284
parentf381c2d26bc73991f60f21604615821d44d2ff2b (diff)
downloadelementary-1eeb401a3bafb9636a91dd1393cf61e50badfaf3.tar.gz
box: use elm_box_recalculate() in smart recalc
ensures that the internal box will calculate and blocks further (recursive) recalc calls
-rw-r--r--src/lib/elm_box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_box.c b/src/lib/elm_box.c
index db38fdc13..61e56054c 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