diff --git a/rtgui/preprocess.cc b/rtgui/preprocess.cc index 1a0a9a670..7d5cbceb9 100644 --- a/rtgui/preprocess.cc +++ b/rtgui/preprocess.cc @@ -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();