Commit a43f2650 authored by James Goppert's avatar James Goppert

Added orbit radius to navigation waypoints.

parent f731943f
...@@ -146,6 +146,7 @@ void WaypointView::changedAction(int index) ...@@ -146,6 +146,7 @@ void WaypointView::changedAction(int index)
break; break;
case MAV_ACTION_NAVIGATE: case MAV_ACTION_NAVIGATE:
m_ui->autoContinue->show(); m_ui->autoContinue->show();
m_ui->orbitSpinBox->show();
break; break;
case MAV_ACTION_LOITER: case MAV_ACTION_LOITER:
m_ui->orbitSpinBox->show(); m_ui->orbitSpinBox->show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment