Browse Source

Fix removeAllFromVehicle after flight ends

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
c929855e49
  1. 5
      src/FlightDisplay/FlightDisplayView.qml

5
src/FlightDisplay/FlightDisplayView.qml

@ -167,11 +167,8 @@ QGCView { @@ -167,11 +167,8 @@ QGCView {
message: qsTr("Do you want to remove the mission from the vehicle?")
function accept() {
_missionController.removeAllFromVehicle()
_geoFenceController.removeAllFromVehicle()
_rallyPointController.removeAllFromVehicle()
_planMasterController.removeAllFromVehicle()
hideDialog()
}
}
}

Loading…
Cancel
Save