Browse Source

Fix plan toolstrip buttons

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
503531aa38
  1. 6
      src/PlanView/PlanView.qml

6
src/PlanView/PlanView.qml

@ -572,15 +572,15 @@ QGCView { @@ -572,15 +572,15 @@ QGCView {
onClicked: {
switch (index) {
case 0:
case 1:
_addWaypointOnClick = checked
_addROIOnClick = false
break
case 1:
case 2:
_addROIOnClick = checked
_addWaypointOnClick = false
break
case 2:
case 3:
if (_singleComplexItem) {
addComplexItem(_missionController.complexMissionItemNames[0])
}

Loading…
Cancel
Save