Stripable signals moved to PresentationInfo

This commit is contained in:
Paul Davis
2016-06-05 16:30:18 -04:00
parent 6637260ac9
commit dfcc8fd547

View 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;