summaryrefslogtreecommitdiff
path: root/gtk2_ardour/volume_controller.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-30 12:37:14 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-30 12:37:14 +0000
commita8b4169cce468ddb4813c2062b5f03ef258a9f1f (patch)
treee6ab9fee193216c3bf17f60595a96738bba2a4cc /gtk2_ardour/volume_controller.cc
parent832e6fb21adda8fa05db725bd8434789bd62b89d (diff)
Remove some unused methods. Restore Solo boost, SiP cut and Dim Cut correctly on session reload (#3903).
git-svn-id: svn://localhost/ardour2/branches/3.0@9243 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/volume_controller.cc')
-rw-r--r--gtk2_ardour/volume_controller.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/volume_controller.cc b/gtk2_ardour/volume_controller.cc
index b7a562de06..dfb517ebdd 100644
--- a/gtk2_ardour/volume_controller.cc
+++ b/gtk2_ardour/volume_controller.cc
@@ -49,6 +49,8 @@ VolumeController::set_controllable (boost::shared_ptr<PBD::Controllable> c)
if (c) {
c->Changed.connect (controllable_connection, MISSING_INVALIDATOR, boost::bind (&VolumeController::controllable_value_changed, this), gui_context());
}
+
+ controllable_value_changed ();
}
void