13
0

nominally handle popup menu for mapping cursor item (unfinished)

This commit is contained in:
Paul Davis 2023-03-11 20:26:40 -07:00
parent ca8127c458
commit 74225f07de

View File

@ -255,8 +255,11 @@ Editor::popup_ruler_menu (timepos_t const & where, ItemType t)
break;
case MappingBarItem:
case MappingCursorItem:
#warning paul fix mapping bar context menu
ruler_items.push_back (MenuElem (_("New BBT Marker"), sigc::bind (sigc::mem_fun(*this, &Editor::mouse_add_new_tempo_event), where)));
ruler_items.push_back (MenuElem (_("New Tempo Marker"), sigc::bind (sigc::mem_fun(*this, &Editor::mouse_add_new_tempo_event), where)));
ruler_items.push_back (MenuElem (_("Clear")));
break;
case TempoBarItem: