Skip to content

A Bug #161

@ThisAnUsername

Description

@ThisAnUsername

case "G37":
{
PolyLine PL = new PolyLine(State.LastShapeID++);
foreach (var a in State.PolygonPoints)
{
PL.Add(a.X, a.Y);
}
PL.ClearanceMode = State.ClearanceMode; //Need Add This Line
PL.Close();
State.NewShapes.Add(PL);
State.PolygonPoints.Clear();

    State.PolygonMode = false;
}
break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions