summaryrefslogtreecommitdiff
path: root/gtk2_ardour/volume_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/volume_controller.cc')
-rw-r--r--gtk2_ardour/volume_controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/volume_controller.cc b/gtk2_ardour/volume_controller.cc
index dfb517ebdd..bb6a5f1db3 100644
--- a/gtk2_ardour/volume_controller.cc
+++ b/gtk2_ardour/volume_controller.cc
@@ -35,7 +35,7 @@ VolumeController::VolumeController (Glib::RefPtr<Gdk::Pixbuf> p,
int subw, int subh)
: MotionFeedback (p, MotionFeedback::Rotary, "", adj, with_numeric, subw, subh)
-{
+{
get_adjustment()->signal_value_changed().connect (mem_fun (*this,&VolumeController::adjustment_value_changed));
}