Skip to content

Commit

Permalink
Fix Field data
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Oct 28, 2021
1 parent c64f518 commit 0d37e79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions SourceCode/GPS/Classes/CTurn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ public void BuildTurnLines()
return;
}

//update the GUI values for boundaries
mf.fd.UpdateFieldBoundaryGUIAreas();

//to fill the list of line points
vec3 point = new vec3();

Expand Down
1 change: 0 additions & 1 deletion SourceCode/GPS/Forms/FormBoundary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ private void btnLoadBoundaryFromGE_Click(object sender, EventArgs e)
mf.FileSaveBoundary();
mf.bnd.BuildTurnLines();
mf.btnMakeLinesFromBoundary.Visible = true;
mf.fd.UpdateFieldBoundaryGUIAreas();
UpdateChart();
}
catch (Exception)
Expand Down
2 changes: 2 additions & 0 deletions SourceCode/GPS/Forms/GUI.Designer.cs

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

0 comments on commit 0d37e79

Please sign in to comment.