this was for sure a bug -> it should be x instead of y

SVN revision: 49907
This commit is contained in:
Andreas Volz 2010-06-27 20:27:20 +00:00
parent 9d3166854a
commit 2fdb25b89b
1 changed files with 2 additions and 2 deletions

View File

@ -965,8 +965,8 @@ _e_zone_useful_geometry_calc(E_Zone *zone)
case E_GADCON_ORIENT_RIGHT:
case E_GADCON_ORIENT_CORNER_RT:
case E_GADCON_ORIENT_CORNER_RB:
if (y1 > zone->w - shelf->w)
y1 = zone->w - shelf->w;
if (x1 > zone->w - shelf->w)
x1 = zone->w - shelf->w;
break;
}
}