display hue chroma lumaref on mask curves - dispaly 1:1 in some expanders - thanks to Pandagrapher
This commit is contained in:
@@ -554,6 +554,13 @@ void FlatCurveEditorSubGroup::restoreDisplayedHistogram()
|
||||
|
||||
}
|
||||
|
||||
void FlatCurveEditorSubGroup::restoreLocallabBackground()
|
||||
{
|
||||
if (parent->displayedCurve) {
|
||||
CPointsCurve->updateLocallabBackground(parent->displayedCurve->locallabRef);
|
||||
}
|
||||
}
|
||||
|
||||
void FlatCurveEditorSubGroup::storeCurveValues (CurveEditor* ce, const std::vector<double>& p)
|
||||
{
|
||||
if (!p.empty()) {
|
||||
@@ -627,6 +634,13 @@ bool FlatCurveEditorSubGroup::curveReset(CurveEditor *ce)
|
||||
return true;
|
||||
}
|
||||
|
||||
void FlatCurveEditorSubGroup::updateLocallabBackground(CurveEditor* ce)
|
||||
{
|
||||
if (ce == parent->displayedCurve) {
|
||||
CPointsCurve->updateLocallabBackground(ce->locallabRef);
|
||||
}
|
||||
}
|
||||
|
||||
/*void FlatCurveEditorSubGroup::updateBackgroundHistogram (CurveEditor* ce) {
|
||||
CurveEditor* fce = (CurveEditor*)ce;
|
||||
if (fce==displayedCurve) {
|
||||
|
Reference in New Issue
Block a user