From: Minkyu Kang Date: Fri, 23 Dec 2016 05:05:33 +0000 (+0900) Subject: notify: remove redundant _sizing_eval function call X-Git-Tag: accepted/tizen/common/20170110.154939~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F108312%2F1;p=platform%2Fupstream%2Felementary.git notify: remove redundant _sizing_eval function call Change-Id: I12ac0ab4a0df124b9949e8b0a610859790bab15c Signed-off-by: Minkyu Kang --- diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c index 6ce0e06..ef7594e 100644 --- a/src/lib/elm_notify.c +++ b/src/lib/elm_notify.c @@ -410,7 +410,6 @@ _elm_notify_elm_container_content_set(Eo *obj, Elm_Notify_Data *sd, const char * edje_object_part_swallow(sd->notify, "elm.swallow.content", content); } - _sizing_eval(obj); _calc(obj); return EINA_TRUE; @@ -568,7 +567,6 @@ _elm_notify_elm_widget_parent_set(Eo *obj, Elm_Notify_Data *sd, Evas_Object *par (parent, EVAS_CALLBACK_DEL, _parent_del_cb, obj); evas_object_event_callback_add (parent, EVAS_CALLBACK_HIDE, _parent_hide_cb, obj); - _sizing_eval(obj); } _calc(obj);