File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1371,7 +1371,7 @@ void ParamsEdited::initFrom(const std::vector<rtengine::procparams::ProcParams>&
1371
1371
locallab.spots .at (j).llcurve = locallab.spots .at (j).llcurve && pSpot.llcurve == otherSpot.llcurve ;
1372
1372
locallab.spots .at (j).lccurve = locallab.spots .at (j).lccurve && pSpot.lccurve == otherSpot.lccurve ;
1373
1373
locallab.spots .at (j).cccurve = locallab.spots .at (j).cccurve && pSpot.cccurve == otherSpot.cccurve ;
1374
- locallab.spots .at (j).clcurve = locallab.spots .at (j).clcurve && pSpot.cccurve == otherSpot.clcurve ;
1374
+ locallab.spots .at (j).clcurve = locallab.spots .at (j).clcurve && pSpot.clcurve == otherSpot.clcurve ;
1375
1375
locallab.spots .at (j).rgbcurve = locallab.spots .at (j).rgbcurve && pSpot.rgbcurve == otherSpot.rgbcurve ;
1376
1376
locallab.spots .at (j).LHcurve = locallab.spots .at (j).LHcurve && pSpot.LHcurve == otherSpot.LHcurve ;
1377
1377
locallab.spots .at (j).HHcurve = locallab.spots .at (j).HHcurve && pSpot.HHcurve == otherSpot.HHcurve ;
You can’t perform that action at this time.
0 commit comments