From 6b1a75c6d018aca91ad8f38694fe38dcbef23657 Mon Sep 17 00:00:00 2001 From: hermet Date: Wed, 11 Jan 2012 06:42:15 +0000 Subject: [PATCH] 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 --- src/lib/elc_naviframe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.7.4