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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user