Issue 1858: "Defringe specific colors only" on behalf of J. Desmis

This commit is contained in:
natureh 510
2013-05-12 20:17:01 +02:00
parent 47c48116ac
commit 1bbcd038e9
97 changed files with 361 additions and 174 deletions

View File

@@ -357,10 +357,10 @@ void FlatCurveEditorSubGroup::removeEditor () {
removeIfThere (parent, CPointsCurveBox, false);
}
bool FlatCurveEditorSubGroup::curveReset(int cType) {
bool FlatCurveEditorSubGroup::curveReset(int cType, double iValue) {
switch ((FlatCurveType) cType) {
case (FCT_MinMaxCPoints) : // = Control cage
CPointsCurve->reset ();
CPointsCurve->reset (iValue);
return true;
break;
/*case (FCT_Parametric) :