elementary/navifrmae - actually it does not need to call it in the loop

SVN revision: 67042
This commit is contained in:
ChunEon Park 2012-01-11 06:42:15 +00:00
parent e4503a8eed
commit 6a4ce67417
1 changed files with 2 additions and 1 deletions

View 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);