SVN revision: 43008
This commit is contained in:
Carsten Haitzler 2009-10-11 03:10:52 +00:00
parent 08d2f2b3f7
commit 3c422f238d
1 changed files with 0 additions and 1 deletions

View File

@ -721,7 +721,6 @@ _pan_max_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y)
Pan *sd = evas_object_smart_data_get(obj);
Evas_Coord ow, oh;
evas_object_geometry_get(obj, NULL, NULL, &ow, &oh);
printf("%ix%i\n", ow, oh);
ow = sd->wd->minw - ow;
if (ow < 0) ow = 0;
oh = sd->wd->minh - oh;