Fixed Auto Levels wrongly turned off, see issue #713

This commit is contained in:
Oliver Duis
2011-06-03 18:44:01 +02:00
parent 1fd4fddbe3
commit 6cba0608c9
2 changed files with 12 additions and 11 deletions

View File

@@ -45,8 +45,10 @@ class ToneCurve : public Gtk::VBox, public AdjusterListener, public FoldableTool
sigc::connection autoconn;
CurveEditorGroup* curveEditorG;
DiagonalCurveEditor* shape;
double nextBr;
int nextBl;
// used temporarily in eventing
double nextExpcomp;
int nextBlack;
public: