summaryrefslogtreecommitdiff
path: root/libs/ardour/control_protocol_manager.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-21 02:53:51 +0200
committerRobin Gareus <robin@gareus.org>2017-04-21 02:53:51 +0200
commit7d5b7d538e207a9df4224814e7ebcc0cd7ee259b (patch)
treeead8e251c92a0dc1970ee934bb1a4b699125378f /libs/ardour/control_protocol_manager.cc
parent4cda36f63f85bca4d8ac5e78118b7ffe266873df (diff)
Notify GUI when tearing down ctrl-surfaces
Diffstat (limited to 'libs/ardour/control_protocol_manager.cc')
-rw-r--r--libs/ardour/control_protocol_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/control_protocol_manager.cc b/libs/ardour/control_protocol_manager.cc
index b95dc1cbca..6a7bdfb3cb 100644
--- a/libs/ardour/control_protocol_manager.cc
+++ b/libs/ardour/control_protocol_manager.cc
@@ -172,6 +172,7 @@ ControlProtocolManager::drop_protocols ()
if ((*p)->protocol) {
(*p)->requested = true;
(*p)->protocol = 0;
+ ProtocolStatusChange (*p); /* EMIT SIGNAL */
}
}
}