Commit cf237be6 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix radio button value setting

parent 1ac6cd32
......@@ -108,7 +108,7 @@ Rectangle {
text: qsTr("Glide Slope")
checked: !missionItem.valueSetIsDistance
exclusiveGroup: distanceGlideGroup
onClicked: missionItem.valueSetIsDistance = checked
onClicked: missionItem.valueSetIsDistance = !checked
Layout.fillWidth: true
}
......
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