From: Paul Davis Date: Sun, 5 Jun 2016 20:30:18 +0000 (-0400) Subject: Stripable signals moved to PresentationInfo X-Git-Tag: 5.0-pre1~652 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=dfcc8fd547f66bca7820879addb1dea38de906e9;p=ardour.git Stripable signals moved to PresentationInfo --- diff --git a/libs/surfaces/mackie/mackie_control_protocol.cc b/libs/surfaces/mackie/mackie_control_protocol.cc index ae83cc20db..f9b8f47802 100644 --- a/libs/surfaces/mackie/mackie_control_protocol.cc +++ b/libs/surfaces/mackie/mackie_control_protocol.cc @@ -139,6 +139,7 @@ MackieControlProtocol::MackieControlProtocol (Session& session) } StripableSelectionChanged.connect (gui_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::gui_track_selection_changed, this, _1, true), this); + PresentationInfo::Change.connect (gui_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::notify_presentation_info_changed, this), this); _instance = this;