Bugfix: CurveEditor were possibly displayed one above the other (introduced by the previous changeset)

This commit is contained in:
natureh
2012-08-17 01:52:48 +02:00
parent 9c66911c99
commit 98c121883e
10 changed files with 65 additions and 1 deletions

View File

@@ -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);