summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-06 12:57:26 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-06 12:57:36 -0500
commitdb60bc86b8cbcee44e333047346714bd138b1ca6 (patch)
treee7372b9a0ad38c1b68bab42777c8d132b7f8b240 /gtk2_ardour/editor.h
parent7d13a49761b046222ab4ca5cddbacd0a5ab58996 (diff)
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
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index b5533ec689..76006194b9 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -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 ();