Implement requested changes

This commit is contained in:
Alexander Brock
2024-09-04 00:59:26 +02:00
parent 71c69e07bd
commit 23fd9903df
6 changed files with 14 additions and 12 deletions

View File

@@ -159,13 +159,10 @@ void Distortion::defishChanged()
}
}
void Distortion::focalLengthChanged(Adjuster *a, const double newval)
{
}
void Distortion::setAdjusterBehavior (bool vadd)
void Distortion::setAdjusterBehavior (bool vadd, bool focal_length_add)
{
distor->setAddMode(vadd);
focal_length->setAddMode(focal_length_add);
}
void Distortion::trimValues (rtengine::procparams::ProcParams* pp)