summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2015-10-07 23:56:14 +0200
committerRobin Gareus <robin@gareus.org>2015-10-08 13:46:22 +0200
commit4c26225ddc4c04365a694a77287ce3a812bc4935 (patch)
treeebebcdcec9582d6c6c1b6f2c4c862afedc28305e /gtk2_ardour/editor.h
parentfc6b965ad0f79ee6d049567b99fc92ccef811fa7 (diff)
Fix "Select All * Edit Point" when used as shortcut. -fixes #6626
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 013f82d8b2..f558355bb0 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1035,7 +1035,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void selected_marker_to_selection_end ();
void select_all_selectables_using_cursor (EditorCursor *, bool);
- void select_all_selectables_using_edit (bool);
+ void select_all_selectables_using_edit (bool, bool);
void select_all_selectables_between (bool within);
void select_range_between ();