OSC expand off should check current sellect

This commit is contained in:
Len Ovens
2018-04-11 09:35:51 -07:00
parent fee23d8778
commit cc78d78390

View File

@@ -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<Stripable> ();
}
return _strip_select (s, get_address (msg));