fix plug's min/max value reset

SVN revision: 76575
This commit is contained in:
Jiyoun Park 2012-09-13 06:15:11 +00:00
parent 4542423622
commit 52fd505670
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ _sizing_eval(Evas_Object *obj)
Evas_Coord minw = -1, minh = -1, maxw = -1, maxh = -1;
//TODO: get socket object size
evas_object_size_hint_min_set(obj, minw, minh);
evas_object_size_hint_max_set(obj, maxw, maxh);
//this reset plug's min/max size
//evas_object_size_hint_min_set(obj, minw, minh);
//evas_object_size_hint_max_set(obj, maxw, maxh);
}
static void