DeHaze bugfixes, optimizations and changed behaviour of strength slider

This commit is contained in:
heckflosse
2015-09-02 16:05:15 +02:00
parent 4fdbe89ebe
commit aab584fa53
8 changed files with 307 additions and 304 deletions

View File

@@ -1029,6 +1029,10 @@ void ParamsEdited::combine (rtengine::procparams::ProcParams& toEdit, const rten
toEdit.dehaz.transmissionCurve = mods.dehaz.transmissionCurve;
}
if (dehaz.dehazmet) {
toEdit.dehaz.dehazmet = mods.dehaz.dehazmet;
}
if (dehaz.str) {
toEdit.dehaz.str = mods.dehaz.str;
}