Index: src/action_helper.c =================================================================== --- src/action_helper.c (revision 2307) +++ src/action_helper.c (revision 2308) @@ -928,6 +928,7 @@ /* reset state of attached line */ memset(&Crosshair.AttachedPolygon, 0, sizeof(PolygonType)); Crosshair.AttachedLine.State = STATE_FIRST; + Crosshair.AttachedObject.State = STATE_FIRST; addedLines = 0; break;