issue 8243 select gets feedback past selected strips
make sure to drop old references when route is changed
This commit is contained in:
parent
399192da4c
commit
32aa290578
@ -126,6 +126,7 @@ OSCSelectObserver::refresh_strip (boost::shared_ptr<ARDOUR::Stripable> new_strip
|
||||
return;
|
||||
}
|
||||
|
||||
no_strip();
|
||||
_strip = new_strip;
|
||||
if (!_strip) {
|
||||
clear_observer ();
|
||||
|
Loading…
Reference in New Issue
Block a user