Solving issue 1529: "Better color handling of the Tone curve", adds a second Exposure tone curve
This commit is contained in:
@@ -232,9 +232,6 @@ DiagonalCurveEditor* DiagonalCurveEditorSubGroup::addCurve(Glib::ustring curveLa
|
||||
storeCurveValues(newCE, getCurveFromGUI(DCT_Spline));
|
||||
storeCurveValues(newCE, getCurveFromGUI(DCT_Parametric));
|
||||
storeCurveValues(newCE, getCurveFromGUI(DCT_NURBS));
|
||||
|
||||
// We add it to the curve editor list
|
||||
parent->curveEditors.push_back(newCE);
|
||||
return newCE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user