mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
OSC: bugfix, select/next\previous sometimes resets to old strip
This commit is contained in:
parent
6e082b16b2
commit
f30add4c0e
1 changed files with 1 additions and 0 deletions
|
|
@ -4759,6 +4759,7 @@ OSC::sel_delta (int delta, lo_message msg)
|
|||
if (!sur->expand_enable) {
|
||||
SetStripableSelection (new_sel);
|
||||
} else {
|
||||
sur->expand_strip = new_sel;
|
||||
_strip_select (new_sel, get_address (msg));
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue