mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
Don't include unselected regions in edit grouped region operations.
Make Editor::get_regions_from_selection_and_entered() only return regions that are actually selected or entered, not their unselected equivalents.
This commit is contained in:
parent
b49f2a10d2
commit
47efae83d1
1 changed files with 1 additions and 1 deletions
|
|
@ -4655,7 +4655,7 @@ Editor::get_regions_from_selection_and_entered ()
|
|||
regions.add (entered_regionview);
|
||||
}
|
||||
|
||||
return get_equivalent_regions (regions, ARDOUR::Properties::select.property_id);
|
||||
return regions;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue