From 9f0064d7c823a91a1db50faf806b2b95de891c80 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 11 Jan 2012 06:42:15 +0000 Subject: [PATCH] elementary/navifrmae - actually it does not need to call it in the loop SVN revision: 67042 --- 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