Bugfix: CurveEditor were possibly displayed one above the other (introduced by the previous changeset)
This commit is contained in:
@@ -65,6 +65,7 @@ public:
|
||||
DiagonalCurveEditor* addCurve(Glib::ustring curveLabel = "");
|
||||
virtual void updateBackgroundHistogram (CurveEditor* ce);
|
||||
void switchGUI();
|
||||
void refresh(CurveEditor *curveToRefresh);
|
||||
|
||||
protected:
|
||||
void storeCurveValues (CurveEditor* ce, const std::vector<double>& p);
|
||||
|
Reference in New Issue
Block a user