mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -251,7 +251,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void maybe_locate_with_edit_preroll (framepos_t);
|
||||
void play_with_preroll ();
|
||||
void select_all_in_track (Selection::Operation op);
|
||||
void select_all (Selection::Operation op);
|
||||
void select_all_regions (Selection::Operation op);
|
||||
void invert_selection_in_track ();
|
||||
void invert_selection ();
|
||||
void deselect_all ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue