From bc1f571954c1ef219064c08169d5c2d6dc113b81 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Mon, 4 Jul 2016 18:34:48 -0700 Subject: OSC: /strip/select * should set new selected strip not toggle what is there. --- libs/surfaces/osc/osc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/surfaces') diff --git a/libs/surfaces/osc/osc.cc b/libs/surfaces/osc/osc.cc index ec93311c64..98bf0505f9 100644 --- a/libs/surfaces/osc/osc.cc +++ b/libs/surfaces/osc/osc.cc @@ -2094,7 +2094,7 @@ OSC::strip_gui_select (int ssid, int yn, lo_message msg) sur->expand_enable = false; boost::shared_ptr 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)); } -- cgit v1.2.3