Commit 924d5ceb authored by Don Gagne's avatar Don Gagne

parent 879b37f0
......@@ -157,9 +157,10 @@ bool SurveyComplexItem::load(const QJsonObject& complexObject, int sequenceNumbe
if (!_loadV3(complexObject, sequenceNumber, errorString)) {
return false;
}
}
_rebuildTransects();
// V2/3 doesn't include individual items so we need to rebuild manually
_rebuildTransects();
}
return 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