mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix "Select All * Edit Point" when used as shortcut. -fixes #6626
This commit is contained in:
parent
fc6b965ad0
commit
4c26225ddc
4 changed files with 12 additions and 12 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue