From dfcc8fd547f66bca7820879addb1dea38de906e9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 5 Jun 2016 16:30:18 -0400 Subject: [PATCH] Stripable signals moved to PresentationInfo --- libs/surfaces/mackie/mackie_control_protocol.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2