Index: puller.c =================================================================== --- puller.c (revision 18558) +++ puller.c (revision 18559) @@ -366,7 +366,7 @@ double tangent; int new_delta_angle; - pcb_hid_get_coords("Click on a line-arc intersection or line segment", &Ux, &Uy); + pcb_hid_get_coords("Click on a line-arc intersection or line segment", &Ux, &Uy, 0); if (!find_pair(pcb_crosshair.X, pcb_crosshair.Y)) { if (!find_pair(Ux, Uy)) {