Index: tool_logic.c =================================================================== --- tool_logic.c (revision 31569) +++ tool_logic.c (revision 31570) @@ -120,6 +120,7 @@ case PCB_OBJ_LINE_POINT: case PCB_OBJ_POLY_POINT: + case PCB_OBJ_GFX_POINT: *x = ((rnd_point_t *) ptr3)->X; *y = ((rnd_point_t *) ptr3)->Y; break;