LT: thin the marker context menu
This commit is contained in:
parent
861d297f01
commit
da9c0519ed
@ -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")));
|
||||
|
Loading…
Reference in New Issue
Block a user