summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/operations.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/faderport/operations.cc')
-rw-r--r--libs/surfaces/faderport/operations.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/faderport/operations.cc b/libs/surfaces/faderport/operations.cc
index 63f8c4b5f5..9a43aaea78 100644
--- a/libs/surfaces/faderport/operations.cc
+++ b/libs/surfaces/faderport/operations.cc
@@ -140,7 +140,7 @@ FaderPort::solo ()
return;
}
- _current_stripable->solo_control()->set_value (!_current_stripable->solo_control()->self_soloed(), PBD::Controllable::UseGroup);
+ session->set_control (_current_stripable->solo_control(), !_current_stripable->solo_control()->self_soloed(), PBD::Controllable::UseGroup);
}
void