summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/interface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/osc/interface.cc')
-rw-r--r--libs/surfaces/osc/interface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/osc/interface.cc b/libs/surfaces/osc/interface.cc
index 568e03edff..d26a31788e 100644
--- a/libs/surfaces/osc/interface.cc
+++ b/libs/surfaces/osc/interface.cc
@@ -28,7 +28,7 @@ static ControlProtocol*
new_osc_protocol (ControlProtocolDescriptor* /*descriptor*/, Session* s)
{
OSC* osc = new OSC (*s, Config->get_osc_port());
-
+
osc->set_active (true);
return osc;