From 2b64ce7f1eab58583cc8e47e5f60c362246070ee Mon Sep 17 00:00:00 2001 From: Hombre Date: Fri, 18 Feb 2011 00:54:41 +0100 Subject: [PATCH] Green Equil slider was not listened --- rtgui/preprocess.cc | 1 + 1 file changed, 1 insertion(+) 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();