Stripable signals moved to PresentationInfo
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 20:30:18 +0000 (16:30 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 20:33:02 +0000 (16:33 -0400)
libs/surfaces/mackie/mackie_control_protocol.cc

index ae83cc20dbc8fe80bce88b601a3b153b01450add..f9b8f47802d9b10db47211a50cd00c49d2355541 100644 (file)
@@ -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;