Green Equil slider was not listened
This commit is contained in:
parent
0b30227f43
commit
2b64ce7f1e
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user