mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 08:23:01 +01:00
right click on tempo curve should be equivalent to right click on empty bar
This commit is contained in:
parent
cc021f9e94
commit
0e85655c38
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ Editor::popup_ruler_menu (timepos_t const & where, ItemType t)
|
|||
break;
|
||||
|
||||
case TempoBarItem:
|
||||
case TempoCurveItem:
|
||||
ruler_items.push_back (MenuElem (_("New Tempo"), sigc::bind (sigc::mem_fun(*this, &Editor::mouse_add_new_tempo_event), where)));
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue