Solving issue 2732: "Command-line option to use default (non)raw PP3 does not work"

This commit is contained in:
Hombre
2015-04-06 23:18:32 +02:00
parent 5ee2bf9431
commit 55af95b15b
7 changed files with 13 additions and 21 deletions

View File

@@ -326,7 +326,6 @@ void ToolPanelCoordinator::profileChange (const PartialProfile *nparams, rtengi
ParamsEdited pe;
std::vector<rtengine::procparams::ProcParams> lParams(2);
lParams[0]=*params; lParams[1]=*mergedParams;
pe.set(true);
pe.initFrom (lParams);
filterRawRefresh = pe.raw.isUnchanged() && pe.lensProf.isUnchanged();