mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
now that track and region selections are mutually exclusive, you need a separate action to select-all-tracks and select-all-regions. also, preserve region selection during a split, iff we are working on a region selection: only add the newly created regions, dont change anything else in the selection; leave that in control of the user
This commit is contained in:
parent
7d13a49761
commit
db60bc86b8
7 changed files with 15 additions and 15 deletions
|
|
@ -1370,7 +1370,7 @@ Editor::select_all_internal_edit (Selection::Operation)
|
|||
}
|
||||
|
||||
void
|
||||
Editor::select_all (Selection::Operation op)
|
||||
Editor::select_all_regions (Selection::Operation op)
|
||||
{
|
||||
list<Selectable *> touched;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue