nominally handle popup menu for mapping cursor item (unfinished)
This commit is contained in:
parent
ca8127c458
commit
74225f07de
@ -255,8 +255,11 @@ Editor::popup_ruler_menu (timepos_t const & where, ItemType t)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MappingBarItem:
|
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 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 (_("New Tempo Marker"), sigc::bind (sigc::mem_fun(*this, &Editor::mouse_add_new_tempo_event), where)));
|
||||||
|
ruler_items.push_back (MenuElem (_("Clear")));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TempoBarItem:
|
case TempoBarItem:
|
||||||
|
Loading…
Reference in New Issue
Block a user