Extend range selections using the selected tracks, rather than all tracks.
git-svn-id: svn://localhost/ardour2/branches/3.0@9362 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
75f313d250
commit
ecadb71e14
@ -231,7 +231,7 @@ Editor::move_range_selection_start_or_end_to_region_boundary (bool move_end, boo
|
||||
pos += dir;
|
||||
}
|
||||
|
||||
framepos_t const target = get_region_boundary (pos, dir, false, false);
|
||||
framepos_t const target = get_region_boundary (pos, dir, true, false);
|
||||
if (target < 0) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user