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

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