From cc78d78390f71a4c55e53f80d91ec235da288ac2 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Wed, 11 Apr 2018 09:35:51 -0700 Subject: OSC expand off should check current sellect --- libs/surfaces/osc/osc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/surfaces/osc/osc.cc b/libs/surfaces/osc/osc.cc index 808f88d289..94a1123f28 100644 --- a/libs/surfaces/osc/osc.cc +++ b/libs/surfaces/osc/osc.cc @@ -4567,7 +4567,7 @@ OSC::sel_expand (uint32_t state, lo_message msg) s = sur->expand_strip; } else { sur->expand_enable = false; - s = _select; + s = boost::shared_ptr (); } return _strip_select (s, get_address (msg)); -- cgit v1.2.3