Add H=f(H) to color and Light

This commit is contained in:
Desmis
2019-01-28 14:00:15 +01:00
parent aedaa12f04
commit bd2e244593
2 changed files with 50 additions and 37 deletions

View File

@@ -279,7 +279,7 @@ Locallab::Locallab():
}
LHshape->setBottomBarBgGradient(mLHshape);
llCurveEditorG->curveListComplete();
// llCurveEditorG->curveListComplete();
HHshape = static_cast<FlatCurveEditor*>(llCurveEditorG->addCurve(CT_Flat, "H(H)", nullptr, false, true));
HHshape->setIdentityValue(0.);
@@ -297,7 +297,7 @@ Locallab::Locallab():
HHshape->setBottomBarBgGradient(mHHshape);
// llCurveEditorG->curveListComplete();
llCurveEditorG->curveListComplete();
inversConn = invers->signal_toggled().connect(sigc::mem_fun(*this, &Locallab::inversChanged));