Commit 60c638d2 authored by DonLakeFlyer's avatar DonLakeFlyer

Update camera specs on creation

parent 65ebabe4
...@@ -67,7 +67,7 @@ CameraCalc::CameraCalc(Vehicle* vehicle, QString settingsGroup, QObject* parent) ...@@ -67,7 +67,7 @@ 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();
} }
void CameraCalc::setDirty(bool dirty) 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