Fix "Select All * Edit Point" when used as shortcut. -fixes #6626

This commit is contained in:
André Nusser 2015-10-07 23:56:14 +02:00 committed by Robin Gareus
parent fc6b965ad0
commit 4c26225ddc
4 changed files with 12 additions and 12 deletions

View file

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