Unverified Commit d5144e92 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7691 from stefandunca/pr-fix_combobox_usage

Pr fix combobox usage
parents e67a9387 7744784c
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment