mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
make insert existing audio menu item work again
git-svn-id: svn://localhost/ardour2/trunk@2570 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b0f9c38c2e
commit
40fd1f26d5
1 changed files with 2 additions and 3 deletions
|
|
@ -1928,9 +1928,8 @@ Editor::add_bus_or_audio_track_context_items (Menu_Helpers::MenuList& edit_items
|
||||||
|
|
||||||
/* Adding new material */
|
/* Adding new material */
|
||||||
|
|
||||||
add_item_with_sensitivity (track_items, MenuElem (_("Insert selected region"), bind (mem_fun(*this, &Editor::insert_region_list_selection), 1.0f)), n_audio_tracks == 1);
|
edit_items.push_back (MenuElem (_("Insert Selected Region"), bind (mem_fun(*this, &Editor::insert_region_list_selection), 1.0f)));
|
||||||
|
edit_items.push_back (MenuElem (_("Insert Existing Audio"), bind (mem_fun(*this, &Editor::add_external_audio_action), ImportToTrack)));
|
||||||
add_item_with_sensitivity (track_items, MenuElem (_("Insert existing audio"), bind (mem_fun(*this, &Editor::add_external_audio_action), ImportToTrack)), n_audio_tracks == 1);
|
|
||||||
|
|
||||||
/* Nudge */
|
/* Nudge */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue