Skip to content

Commit

Permalink
Remove double sound Manual Sect
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Jan 27, 2024
1 parent 1d94486 commit a2f7fa8
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 28 deletions.
4 changes: 2 additions & 2 deletions SourceCode/GPS/Classes/CABLine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ public void DrawABLines()
GL.Begin(PrimitiveType.Points);
GL.Color3(1.0f, 1.0f, 0.0f);
GL.Vertex3(goalPointAB.easting, goalPointAB.northing, 0.0);
GL.Vertex3(mf.gyd.rEastSteer, mf.gyd.rNorthSteer, 0.0);
GL.Vertex3(mf.gyd.rEastPivot, mf.gyd.rNorthPivot, 0.0);
//GL.Vertex3(mf.gyd.rEastSteer, mf.gyd.rNorthSteer, 0.0);
//GL.Vertex3(mf.gyd.rEastPivot, mf.gyd.rNorthPivot, 0.0);
GL.End();
GL.PointSize(1.0f);

Expand Down
2 changes: 1 addition & 1 deletion SourceCode/GPS/Classes/CCamera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CCamera
public CCamera()
{
//get the pitch of camera from settings
camPitch = Properties.Settings.Default.setwin;
camPitch = Properties.Settings.Default.setDisplay_camPitch;
zoomValue = Properties.Settings.Default.setDisplay_camZoom;
camPosZ = 0.0;
camFollowing = true;
Expand Down
2 changes: 1 addition & 1 deletion SourceCode/GPS/Forms/GUI.Designer.cs

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

3 changes: 0 additions & 3 deletions SourceCode/GPS/Forms/Sections.Designer.cs

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

26 changes: 13 additions & 13 deletions SourceCode/GPS/Properties/Settings.Designer.cs

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

8 changes: 4 additions & 4 deletions SourceCode/GPS/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AgOpenGPS.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="setwin" Type="System.Double" Scope="User">
<Value Profile="(Default)">-62</Value>
</Setting>
<Setting Name="setWindow_Location" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">30, 30</Value>
</Setting>
Expand Down Expand Up @@ -342,7 +339,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="setDisplay_isAutoStartAgIO" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="setAS_ModeXTE" Type="System.Double" Scope="User">
<Value Profile="(Default)">0.1</Value>
Expand Down Expand Up @@ -689,5 +686,8 @@
<Setting Name="setDisplay_buttonOrder" Type="System.String" Scope="User">
<Value Profile="(Default)">0,1,2,3,4,5,6,7</Value>
</Setting>
<Setting Name="setDisplay_camPitch" Type="System.Double" Scope="User">
<Value Profile="(Default)">-62</Value>
</Setting>
</Settings>
</SettingsFile>
8 changes: 4 additions & 4 deletions SourceCode/GPS/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup><userSettings>
<AgOpenGPS.Properties.Settings>
<setting name="setwin" serializeAs="String">
<value>-62</value>
</setting>
<setting name="setWindow_Location" serializeAs="String">
<value>30, 30</value>
</setting>
Expand Down Expand Up @@ -344,7 +341,7 @@
<value>False</value>
</setting>
<setting name="setDisplay_isAutoStartAgIO" serializeAs="String">
<value>False</value>
<value>True</value>
</setting>
<setting name="setAS_ModeXTE" serializeAs="String">
<value>0.1</value>
Expand Down Expand Up @@ -691,6 +688,9 @@
<setting name="setDisplay_buttonOrder" serializeAs="String">
<value>0,1,2,3,4,5,6,7</value>
</setting>
<setting name="setDisplay_camPitch" serializeAs="String">
<value>-62</value>
</setting>
</AgOpenGPS.Properties.Settings>
</userSettings>
</configuration>

0 comments on commit a2f7fa8

Please sign in to comment.