Commit 907fa99b authored by Donald Gagne's avatar Donald Gagne

Fix: Camera values not recalcing

parent e782e675
...@@ -144,6 +144,16 @@ Rectangle { ...@@ -144,6 +144,16 @@ Rectangle {
} }
} }
Connections {
target: missionItem
onCameraValueChanged: {
if (gridTypeCombo.currentIndex >= _gridTypeCustomCamera && !_noCameraValueRecalc) {
recalcFromCameraValues()
}
}
}
QGCPalette { id: qgcPal; colorGroupEnabled: true } QGCPalette { id: qgcPal; colorGroupEnabled: true }
ExclusiveGroup { ExclusiveGroup {
......
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