mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Don't move track into view due to indirect selection
This fixes an issue with grouped tracks, starting a [range] selection on the bottom-most. Due to group-selection all tracks in the group are selected. Previously this vertically-scrolled to move the top-most into view, which could move the bottom-most out of view.
This commit is contained in:
parent
aea350c958
commit
842d758ed2
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ Editor::set_selected_track_as_side_effect (Selection::Operation op)
|
|||
return;
|
||||
}
|
||||
|
||||
PBD::Unwinder<bool> uw (_track_selection_change_without_scroll, true);
|
||||
|
||||
RouteGroup* group = NULL;
|
||||
if (clicked_routeview) {
|
||||
group = clicked_routeview->route()->route_group();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue