elementary: sizing eval should be done before.

SVN revision: 61052
This commit is contained in:
Cedric BAIL 2011-07-05 14:01:36 +00:00
parent 0f51f6a912
commit abebaf5b86
1 changed files with 2 additions and 1 deletions

View File

@ -332,6 +332,8 @@ _calc(Evas_Object *obj)
Evas_Coord x, y, w, h;
if (!wd) return;
_sizing_eval(obj);
evas_object_geometry_get(obj, &x, &y, &w, &h);
edje_object_size_min_get(wd->notify, &minw, &minh);
edje_object_size_min_restricted_calc(wd->notify, &minw, &minh, minw, minh);
@ -341,7 +343,6 @@ _calc(Evas_Object *obj)
_notify_move_to_orientation(obj);
evas_object_resize(wd->notify, minw, minh);
}
_sizing_eval(obj);
}
static Eina_Bool