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

@@ -70,7 +70,7 @@ public:
void halocontrol_toggled ();
void method_changed ();
void setAdjusterBehavior (bool amountadd);
void setAdjusterBehavior (bool radiusadd, bool amountadd, bool dampingadd, bool iteradd, bool edgetoladd, bool haloctrladd);
void trimValues (rtengine::procparams::ProcParams* pp);
};