mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
nominally handle popup menu for mapping cursor item (unfinished)
This commit is contained in:
parent
ca8127c458
commit
74225f07de
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue