Browse Source

Remove all removes from vehicle as well

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
33f47d603e
  1. 4
      src/PlanView/PlanView.qml

4
src/PlanView/PlanView.qml

@ -822,10 +822,10 @@ QGCView { @@ -822,10 +822,10 @@ QGCView {
Component {
id: removeAllPromptDialog
QGCViewMessage {
message: qsTr("Are you sure you want to remove all items?")
message: qsTr("Are you sure you want to remove all items? This will also remove all items from the vehicle.")
function accept() {
itemDragger.clearItem()
_syncDropDownController.removeAll()
_syncDropDownController.removeAllFromVehicle()
hideDialog()
}
}

Loading…
Cancel
Save