Issue 1858: "Defringe specific colors only" on behalf of J. Desmis
This commit is contained in:
@@ -280,7 +280,7 @@ void CurveEditorGroup::curveChanged () {
|
||||
*/
|
||||
void CurveEditorGroup::curveResetPressed () {
|
||||
if (displayedCurve) {
|
||||
if (displayedCurve->subGroup->curveReset(displayedCurve->selected)) {
|
||||
if (displayedCurve->subGroup->curveReset(displayedCurve->selected, displayedCurve->getIdentityValue())) {
|
||||
curveChanged();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user