Skip to content

Commit

Permalink
Bnd Lines not drawn during creation
Browse files Browse the repository at this point in the history
if no boundaries, then it skipped the draw Fencelines
  • Loading branch information
farmerbriantee committed Nov 3, 2021
1 parent ceb7ca5 commit a3ea409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion SourceCode/GPS/Forms/FormBoundaryPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ private void timer1_Tick(object sender, EventArgs e)
lblArea.Text = Math.Round(area * 0.000247105, 2) + " Acre";
}
lblPoints.Text = mf.bnd.bndBeingMadePts.Count.ToString();

}

private void btnAddPoint_Click(object sender, EventArgs e)
Expand Down
2 changes: 1 addition & 1 deletion SourceCode/GPS/Forms/OpenGL.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3ea409

Please sign in to comment.