Unverified Commit 36a77445 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6426 from DonLakeFlyer/ManulGrid

Don't recalc for manual grid
parents b4f4085c ec42b81d
......@@ -63,7 +63,9 @@ Rectangle {
}
}
}
recalcFromCameraValues()
if (gridTypeCombo.currentIndex >= _gridTypeCustomCamera) {
recalcFromCameraValues()
}
}
function recalcFromCameraValues() {
......
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