Skip to content
Snippets Groups Projects
Unverified Commit d5144e92 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub
Browse files

Merge pull request #7691 from stefandunca/pr-fix_combobox_usage

Pr fix combobox usage
parents e67a9387 7744784c
No related branches found
No related tags found
No related merge requests found
...@@ -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.left: parent.left
anchors.right: parent.right anchors.right: parent.right
model: modelData.airframes model: modelData.airframes
textRole: "text"
Component.onCompleted: { Component.onCompleted: {
if (airframeCheckBox.checked) { if (airframeCheckBox.checked) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment