Index: rubberband.c =================================================================== --- rubberband.c (revision 7612) +++ rubberband.c (revision 7613) @@ -772,12 +772,10 @@ } /* 'point1' is always the fix-point */ if (ptr->MovedPoint == &ptr->Line->Point1) { - pcb_coord_t a = 0; /*-25945061;*/ x1 = ptr->Line->Point2.X; y1 = ptr->Line->Point2.Y; -/* pcb_trace("%d\n", dy);*/ x2 = ptr->Line->Point1.X + dx; - y2 = ptr->Line->Point1.Y + dy + a; + y2 = ptr->Line->Point1.Y + dy; } else { x1 = ptr->Line->Point1.X;