From 33f47d603e1b49f02a003d04fb3ef270711166cf Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Tue, 18 Apr 2017 10:42:06 -0700 Subject: [PATCH] Remove all removes from vehicle as well --- src/PlanView/PlanView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index 0e2267a8f..84dddc109 100644 --- a/src/PlanView/PlanView.qml +++ b/src/PlanView/PlanView.qml @@ -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() } } -- 2.22.0