Browse Source

ApmSensorComponent.qml: allow changing compass priority without calibrating

QGC4.4
Willian Galvani 3 years ago committed by Patrick José Pereira
parent
commit
8022b2df5b
  1. 1
      src/AutoPilotPlugins/APM/APMSensorsComponent.qml

1
src/AutoPilotPlugins/APM/APMSensorsComponent.qml

@ -94,7 +94,6 @@ SetupPage { @@ -94,7 +94,6 @@ SetupPage {
case _calTypeCompass:
_orientationsDialogShowCompass = true
_orientationDialogHelp = orientationHelpCal
_singleCompassSettingsComponentShowPriority = false
dialogTitle = qsTr("Calibrate Compass")
buttons |= StandardButton.Cancel
break

Loading…
Cancel
Save