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:
Ben Loftis 2014-07-06 12:57:26 -05:00
parent 7d13a49761
commit db60bc86b8
7 changed files with 15 additions and 15 deletions

View file

@ -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;