elementary/navifrmae - actually it does not need to call it in the loop
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 06:42:15 +0000 (06:42 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 06:42:15 +0000 (06:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67042 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_naviframe.c

index 01a5021..4bb37a9 100644 (file)
@@ -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);