others history messages

This commit is contained in:
Desmis
2017-07-24 11:23:22 +02:00
parent 2ff1ea453e
commit 8d7fc732f9
2 changed files with 4 additions and 2 deletions

View File

@@ -2901,7 +2901,7 @@ void Locallab::curveChanged (CurveEditor* ce)
adjusterChanged (retrab, strval);
} else if (ce == HHshape) {
listener->panelChanged (EvlocallabHHshape, M (""));
listener->panelChanged (EvlocallabHHshape, M ("HISTORY_CUSTOMCURVE"));
int strval = retrab->getValue();
//update MIP
retrab->setValue (strval + 1);
@@ -2909,7 +2909,7 @@ void Locallab::curveChanged (CurveEditor* ce)
usleep (10000); //to test
retrab->setValue (strval);
} else if (ce == shape) {
listener->panelChanged (Evlocallabshape, M (""));
listener->panelChanged (Evlocallabshape, M ("HISTORY_CUSTOMCURVE"));
int strval = retrab->getValue();
//update MIP
retrab->setValue (strval + 1);