use new ::slaved_to() method in VCA master strip

This commit is contained in:
Paul Davis
2016-05-19 10:45:28 -04:00
parent 57f4706204
commit 8e81db7a92

View File

@@ -192,7 +192,7 @@ VCAMasterStrip::update_vca_display ()
string label;
for (VCAList::iterator v = vcas.begin(); v != vcas.end(); ++v) {
if (_vca->gain_control()->slaved_to ((*v)->gain_control())) {
if (_vca->slaved_to (*v)) {
if (!label.empty()) {
label += ' ';
}