Commit b118da10 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix initial dirty state

parent 60c638d2
......@@ -68,6 +68,8 @@ CameraCalc::CameraCalc(Vehicle* vehicle, QString settingsGroup, QObject* parent)
connect(landscape(), &Fact::rawValueChanged, this, &CameraCalc::_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