summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
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_selection.cc
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_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index fd9d68fe93..6f65b27345 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -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;