Skip to content
Snippets Groups Projects
Unverified Commit 11646eb7 authored by Don Gagne's avatar Don Gagne Committed by GitHub
Browse files

Merge pull request #6475 from DonLakeFlyer/SurveyCameraUpdate

Update camera specs on creation
parents 6bd75d16 b118da10
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,9 @@ CameraCalc::CameraCalc(Vehicle* vehicle, QString settingsGroup, QObject* parent) ...@@ -67,7 +67,9 @@ CameraCalc::CameraCalc(Vehicle* vehicle, QString settingsGroup, QObject* parent)
connect(&_sideOverlapFact, &Fact::rawValueChanged, this, &CameraCalc::_recalcTriggerDistance); connect(&_sideOverlapFact, &Fact::rawValueChanged, this, &CameraCalc::_recalcTriggerDistance);
connect(landscape(), &Fact::rawValueChanged, this, &CameraCalc::_recalcTriggerDistance); connect(landscape(), &Fact::rawValueChanged, this, &CameraCalc::_recalcTriggerDistance);
_recalcTriggerDistance(); _cameraNameChanged();
setDirty(false);
} }
void CameraCalc::setDirty(bool dirty) void CameraCalc::setDirty(bool dirty)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment