Updates in RT-spot panel GUI
- Adjusters "transitweak_" and "thresh_" are now present in all modes - Modification of maximum value of "transitweak_" adjuster
This commit is contained in:
@@ -293,15 +293,8 @@ void Locallab::read(const rtengine::procparams::ProcParams* pp, const ParamsEdit
|
||||
}
|
||||
|
||||
r->transit = pp->locallab.spots.at(i).transit;
|
||||
|
||||
if (complexsoft < 2) {
|
||||
r->transitweak = pp->locallab.spots.at(i).transitweak;
|
||||
r->transitgrad = pp->locallab.spots.at(i).transitgrad;
|
||||
} else {
|
||||
r->transitweak = 1.;
|
||||
r->transitgrad = 0.;
|
||||
}
|
||||
|
||||
r->transitweak = pp->locallab.spots.at(i).transitweak;
|
||||
r->transitgrad = pp->locallab.spots.at(i).transitgrad;
|
||||
r->feather = pp->locallab.spots.at(i).feather;
|
||||
r->struc = pp->locallab.spots.at(i).struc;
|
||||
r->thresh = pp->locallab.spots.at(i).thresh;
|
||||
|
Reference in New Issue
Block a user