Browse Source

Merge pull request #7691 from stefandunca/pr-fix_combobox_usage

Pr fix combobox usage
QGC4.4
Gus Grubba 6 years ago committed by GitHub
parent
commit
d5144e9279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/AutoPilotPlugins/PX4/AirframeComponent.qml

1
src/AutoPilotPlugins/PX4/AirframeComponent.qml

@ -229,6 +229,7 @@ Your vehicle will also be restarted in order to complete the process.") @@ -229,6 +229,7 @@ Your vehicle will also be restarted in order to complete the process.")
anchors.left: parent.left
anchors.right: parent.right
model: modelData.airframes
textRole: "text"
Component.onCompleted: {
if (airframeCheckBox.checked) {

Loading…
Cancel
Save