fix use of removed Session::get_nth_stripable()

This commit is contained in:
Paul Davis
2016-07-02 16:08:58 -04:00
parent 02db39c1bc
commit 36d7e3c61b

View File

@@ -1021,7 +1021,7 @@ Editor::control_select (PresentationInfo::order_t order, Selection::Operation op
return;
}
boost::shared_ptr<Stripable> s = _session->get_nth_stripable (order);
boost::shared_ptr<Stripable> s = _session->get_remote_nth_stripable (order, PresentationInfo::AllStripables);
/* selected object may not be a Route */