Fixed bad behavior slider strength in Soft Light

This commit is contained in:
Desmis
2020-04-30 08:46:26 +02:00
parent b1c43b32f8
commit 62fe43fa16

View File

@@ -4925,7 +4925,8 @@ void LocallabSoft::read(const rtengine::procparams::ProcParams* pp, const Params
streng->setValue((double)pp->locallab.spots.at(index).streng);
} else {
softMethod->set_active(0);
streng->setValue(1.);
// streng->setValue(1.);
streng->setValue((double)pp->locallab.spots.at(index).streng);
}
sensisf->setValue((double)pp->locallab.spots.at(index).sensisf);