Commit ec42b81d authored by DonLakeFlyer's avatar DonLakeFlyer

Don't recalc for manual grid

parent b4f4085c
......@@ -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