Browse Source

Change Command only supported for Simple Items

QGC4.4
Don Gagne 7 years ago
parent
commit
9f93c38a10
  1. 2
      src/PlanView/MissionItemEditor.qml

2
src/PlanView/MissionItemEditor.qml

@ -142,7 +142,7 @@ Rectangle { @@ -142,7 +142,7 @@ Rectangle {
MenuItem {
text: qsTr("Change command...")
onTriggered: commandPicker.clicked()
visible: !_waypointsOnlyMode
visible: missionItem.isSimpleItem && !_waypointsOnlyMode
}
MenuItem {

Loading…
Cancel
Save