Unverified Commit 11646eb7 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6475 from DonLakeFlyer/SurveyCameraUpdate

Update camera specs on creation
parents 6bd75d16 b118da10
......@@ -67,7 +67,9 @@ CameraCalc::CameraCalc(Vehicle* vehicle, QString settingsGroup, QObject* parent)
connect(&_sideOverlapFact, &Fact::rawValueChanged, this, &CameraCalc::_recalcTriggerDistance);
connect(landscape(), &Fact::rawValueChanged, this, &CameraCalc::_recalcTriggerDistance);
_recalcTriggerDistance();
_cameraNameChanged();
setDirty(false);
}
void CameraCalc::setDirty(bool dirty)
......
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