Skip to content

Commit

Permalink
Merge pull request #364 from farmerbriantee/Shapes
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
farmerbriantee authored Feb 10, 2024
2 parents 6832738 + 27509f8 commit 33a383b
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 114 deletions.
3 changes: 3 additions & 0 deletions SourceCode/GPS/AgOpenGPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,9 @@
<None Include="btnImages\APlusPlusB.png" />
<None Include="btnImages\APlusMinusA.png" />
<None Include="btnImages\APlusMinusB.png" />
<Content Include="OGL.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\rtk_lost.wav" />
<None Include="btnImages\BrightnessDn.png" />
<None Include="btnImages\BrightnessUp.png" />
Expand Down
29 changes: 27 additions & 2 deletions SourceCode/GPS/Forms/Controls.Designer.cs

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

51 changes: 26 additions & 25 deletions SourceCode/GPS/Forms/FormGPS.Designer.cs

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

1 change: 1 addition & 0 deletions SourceCode/GPS/Forms/FormGPS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ private void panelRight_Paint(object sender, PaintEventArgs e)

#endregion // Class Props and instances


public FormGPS()
{
//winform initialization
Expand Down
2 changes: 1 addition & 1 deletion SourceCode/GPS/Forms/Guidance/FormABDraw.Designer.cs

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

Loading

0 comments on commit 33a383b

Please sign in to comment.