mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
Remove marker 'Hide' item from context menu.
It is accessible in sidebar. In the sidebar you can both Hide and Show, so less prone to error
This commit is contained in:
parent
214a2a962f
commit
d7345d7d4d
1 changed files with 0 additions and 1 deletions
|
|
@ -1139,7 +1139,6 @@ Editor::build_marker_menu (Location* loc)
|
|||
items.push_back (MenuElem (_("Create Range to Next Marker"), sigc::mem_fun(*this, &Editor::marker_menu_range_to_next)));
|
||||
|
||||
items.push_back (MenuElem (_("Promote to Time Origin"), sigc::mem_fun(*this, &Editor::marker_menu_set_origin)));
|
||||
items.push_back (MenuElem (_("Hide"), sigc::mem_fun(*this, &Editor::marker_menu_hide)));
|
||||
items.push_back (MenuElem (_("Rename..."), sigc::mem_fun(*this, &Editor::marker_menu_rename)));
|
||||
|
||||
items.push_back (CheckMenuElem (_("Lock")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue