Now the Lab curves are properly handeled in the history (MSG are still to be created)
This commit is contained in:
@@ -412,8 +412,12 @@ void CurveEditor::typeSelectionChanged () {
|
||||
|
||||
void CurveEditor::curveChanged () {
|
||||
|
||||
if (cl)
|
||||
cl->curveChanged ();
|
||||
if (cl) {
|
||||
if (cl->isMulti())
|
||||
cl->curveChanged (this);
|
||||
else
|
||||
cl->curveChanged ();
|
||||
}
|
||||
}
|
||||
|
||||
void CurveEditor::curveResetPressed () {
|
||||
|
Reference in New Issue
Block a user