Commit 64976f02 authored by Don Gagne's avatar Don Gagne

parent c8c5f58d
...@@ -264,6 +264,7 @@ bool CameraCalc::load(const QJsonObject& json, QString& errorString) ...@@ -264,6 +264,7 @@ bool CameraCalc::load(const QJsonObject& json, QString& errorString)
_sideOverlapFact.setRawValue (v1Json[sideOverlapName].toDouble()); _sideOverlapFact.setRawValue (v1Json[sideOverlapName].toDouble());
if (!CameraSpec::load(v1Json, errorString)) { if (!CameraSpec::load(v1Json, errorString)) {
_disableRecalc = false;
return false; return false;
} }
} }
......
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