mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
APM Planner 1.1.18 - missed stuff
This commit is contained in:
parent
1f7b81dcf8
commit
1135fea61b
@ -295,8 +295,8 @@ namespace ArdupilotMega.GCSViews
|
||||
ans = (int)ans;
|
||||
if (alt != 0)
|
||||
cell.Value = alt.ToString();
|
||||
// is absolute online verify height
|
||||
if (CHK_altmode.Checked && isonline && CHK_geheight.Checked)
|
||||
// online verify height
|
||||
if (isonline && CHK_geheight.Checked)
|
||||
{
|
||||
cell.Value = ((int)getGEAlt(lat, lng) + int.Parse(TXT_DefaultAlt.Text)).ToString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user