diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index bbfb578731..0564d9b32e 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -723,10 +723,9 @@ public: } _db_slider = manage (new HSliderController (pix, - &_db_adjustment, - false, - 115)); - + &_db_adjustment, + 115, + false)); parameter_changed ("solo-mute-gain");