13
0

try to make sure faderport shows the same strip as the editor mixer strip

This commit is contained in:
Paul Davis 2017-02-24 22:53:30 +01:00
parent 74548604be
commit 2b9525c991

View File

@ -1115,13 +1115,7 @@ FaderPort::Button::get_state () const
void
FaderPort::gui_track_selection_changed (StripableNotificationListPtr stripables)
{
boost::shared_ptr<Stripable> r;
if (!stripables->empty()) {
r = stripables->front().lock();
}
set_current_stripable (r);
set_current_stripable (ControlProtocol::first_selected_stripable());
}
void