13
0

mackie: fix bug that prevents global view mode from working without first banking

This commit is contained in:
Paul Davis 2016-01-31 13:15:49 -05:00
parent f44acc4857
commit da665a5dc5

View File

@ -137,8 +137,6 @@ MackieControlProtocol::MackieControlProtocol (Session& session)
_last_bank[i] = 0;
}
_last_bank[Mixer] = _current_selected_track;
TrackSelectionChanged.connect (gui_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::gui_track_selection_changed, this, _1, true), this);
_instance = this;