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:
Hombre57
2017-08-29 02:07:58 +02:00
parent f3b4722e4f
commit 8df659d2fd
9 changed files with 226 additions and 465 deletions

View File

@@ -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);
}