Better handling of the autoresize feature of the curve editors. Not ideal yet, but way better.
This commit is contained in:
@@ -28,7 +28,7 @@ class FlatCurveEditorSubGroup: public CurveEditorSubGroup {
|
||||
|
||||
friend class FlatCurveEditor;
|
||||
|
||||
private:
|
||||
protected:
|
||||
Gtk::HBox* CPointsCurveBox;
|
||||
|
||||
MyFlatCurve* CPointsCurve;
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
//virtual void updateBackgroundHistogram (CurveEditor* ce);
|
||||
virtual void setColorProvider (ColorProvider* p);
|
||||
|
||||
private:
|
||||
protected:
|
||||
void storeCurveValues (CurveEditor* ce, const std::vector<double>& p);
|
||||
void storeDisplayedCurve ();
|
||||
void restoreDisplayedHistogram ();
|
||||
|
Reference in New Issue
Block a user