make "Processing profiles -> Reset to default" work also when the default is "(Neutral)"
This commit is contained in:
@@ -238,8 +238,7 @@ rtengine::procparams::ProcParams* Thumbnail::createProcParamsForUpdate(bool retu
|
|||||||
if (!err) {
|
if (!err) {
|
||||||
loadProcParams();
|
loadProcParams();
|
||||||
}
|
}
|
||||||
} else if (create &&
|
} else if (create && defProf != DEFPROFILE_DYNAMIC) {
|
||||||
defProf != DEFPROFILE_DYNAMIC && defProf != DEFPROFILE_INTERNAL){
|
|
||||||
const PartialProfile *p = profileStore.getProfile(defProf);
|
const PartialProfile *p = profileStore.getProfile(defProf);
|
||||||
if (p && !p->pparams->save(outFName)) {
|
if (p && !p->pparams->save(outFName)) {
|
||||||
loadProcParams();
|
loadProcParams();
|
||||||
|
Reference in New Issue
Block a user