13
0

OSC: /strip/select * should set new selected strip not toggle what is there.

This commit is contained in:
Len Ovens 2016-07-04 18:34:48 -07:00
parent 97ef89357a
commit bc1f571954

View File

@ -2094,7 +2094,7 @@ OSC::strip_gui_select (int ssid, int yn, lo_message msg)
sur->expand_enable = false;
boost::shared_ptr<Stripable> s = get_strip (ssid, lo_message_get_source (msg));
if (s) {
s->presentation_info().set_selected (!s->presentation_info().selected());
session->set_stripable_selection (s);
} else {
route_send_fail ("select", ssid, 0, lo_message_get_source (msg));
}