elementary/elm_frame : Just do comment. Raster ~ plz remove this

later ~ 


SVN revision: 66936
This commit is contained in:
WooHyun Jung 2012-01-06 10:29:11 +00:00
parent 9a4406a9dc
commit 04a6f780fb
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ _sizing_eval(Evas_Object *obj)
edje_object_size_min_calc(wd->frm, &minw, &minh);
evas_object_size_hint_min_get(obj, &cminw, &cminh);
if ((minw == cminw) && (minh == cminh)) return;
printf("min: %3.3f %ix%i\n", ecore_loop_time_get(), minw, minh);
//printf("min: %3.3f %ix%i\n", ecore_loop_time_get(), minw, minh);
evas_object_size_hint_min_set(obj, minw, minh);
evas_object_size_hint_max_set(obj, -1, -1);
}