13
0
Fork 0

LT: thin the marker context menu

This commit is contained in:
Ben Loftis 2024-05-03 15:26:24 -05:00
parent 861d297f01
commit da9c0519ed
1 changed files with 2 additions and 0 deletions

View File

@ -1145,9 +1145,11 @@ Editor::build_marker_menu (Location* loc)
items.push_back (SeparatorElem());
if (!loc->is_cue_marker()) {
#ifndef LIVETRAX
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)));
#endif
items.push_back (MenuElem (_("Rename..."), sigc::mem_fun(*this, &Editor::marker_menu_rename)));
items.push_back (CheckMenuElem (_("Lock")));