elementary/naviframe - super trivial change.

SVN revision: 67040
This commit is contained in:
ChunEon Park 2012-01-11 06:33:32 +00:00
parent 5db397f9b6
commit e4503a8eed
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ _sizing_eval(Evas_Object *obj)
EINA_INLIST_FOREACH(wd->stack, it)
{
evas_object_geometry_get(WIDGET(it), &x, &y, &w, &h);
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);