Green Equil slider was not listened

This commit is contained in:
Hombre 2011-02-18 00:54:41 +01:00
parent 0b30227f43
commit 2b64ce7f1e

View File

@ -34,6 +34,7 @@ PreProcess::PreProcess () : Gtk::VBox(), FoldableToolPanel(this)
lineDenoise->show();
greenEqThreshold = Gtk::manage(new Adjuster (M("TP_PREPROCESS_GREENEQUIL"),0,100,1,0));
greenEqThreshold->setAdjusterListener (this);
if (greenEqThreshold->delay < 1000) greenEqThreshold->delay = 1000;
greenEqThreshold->show();