From: hermet Date: Wed, 11 Jan 2012 06:42:15 +0000 (+0000) Subject: elementary/navifrmae - actually it does not need to call it in the loop X-Git-Tag: REL_F_I9500_20120323_1~17^2~889 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b1a75c6d018aca91ad8f38694fe38dcbef23657;p=framework%2Fuifw%2Felementary.git elementary/navifrmae - actually it does not need to call it in the loop git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67042 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c index 01a5021..4bb37a9 100644 --- a/src/lib/elc_naviframe.c +++ b/src/lib/elc_naviframe.c @@ -425,9 +425,10 @@ _sizing_eval(Evas_Object *obj) wd = elm_widget_data_get(obj); if (!wd) return; + evas_object_geometry_get(obj, &x, &y, &w, &h); + EINA_INLIST_FOREACH(wd->stack, it) { - evas_object_geometry_get(obj, &x, &y, &w, &h); evas_object_move(VIEW(it), x, y); evas_object_resize(VIEW(it), w, h); edje_object_size_min_calc(VIEW(it), &it->minw, &it->minh);