Index: puller.c =================================================================== --- puller.c (revision 34784) +++ puller.c (revision 34785) @@ -703,7 +703,7 @@ case PCB_PSSH_POLY: if (shape->data.poly.pa == NULL) pcb_pstk_shape_update_pa(&shape->data.poly); - return pcb_pline_embraces_circ(shape->data.poly.pa->contours, x - ps->x, y - ps->y, 1); + return rnd_pline_embraces_circ(shape->data.poly.pa->contours, x - ps->x, y - ps->y, 1); case PCB_PSSH_LINE: { pcb_any_line_t tmp;