box: use elm_box_recalculate() in smart recalc

ensures that the internal box will calculate and blocks further (recursive)
recalc calls
This commit is contained in:
Mike Blumenkrantz 2016-01-05 13:17:23 -05:00
parent c8c4f3cd5c
commit ac06bfdb22
1 changed files with 1 additions and 1 deletions

View File

@ -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