Solving issue #4014 : Batch Edit "Transform-Resize" randomly changes
default values in USM Reidentation in batchtoolpanelcoord.cc for a more compact code
This commit is contained in:
@@ -620,3 +620,14 @@ void Resize::enabledChanged ()
|
||||
}
|
||||
}
|
||||
|
||||
void Resize::setAdjusterBehavior (bool scaleadd)
|
||||
{
|
||||
|
||||
scale->setAddMode(scaleadd);
|
||||
}
|
||||
|
||||
void Resize::trimValues (rtengine::procparams::ProcParams* pp)
|
||||
{
|
||||
|
||||
scale->trimValue(pp->resize.scale);
|
||||
}
|
||||
|
Reference in New Issue
Block a user