mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[Summary] Region menu change: added "mute" action which supposed to be there and removed those which are not
This commit is contained in:
parent
b32e0ebd0b
commit
1210fafe3f
1 changed files with 1 additions and 5 deletions
|
|
@ -1981,11 +1981,7 @@ Editor::add_region_context_items (Gtk::Menu_Helpers::MenuList& edit_items)
|
|||
|
||||
// Gain
|
||||
|
||||
Menu *gain_menu = manage (new Menu);
|
||||
MenuList& gain_items = gain_menu->items();
|
||||
gain_items.push_back (*manage (ActionManager::get_action_from_name ("boost-region-gain")->create_menu_item ()));
|
||||
gain_items.push_back (*manage (ActionManager::get_action_from_name ("cut-region-gain")->create_menu_item ()));
|
||||
edit_items.push_back (MenuElem (_("Gain"), *gain_menu));
|
||||
edit_items.push_back (MenuElem (_("Mute"), sigc::mem_fun(*this, &Editor::toggle_region_mute)));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue