right click on tempo curve should be equivalent to right click on empty bar

This commit is contained in:
Paul Davis 2022-06-03 15:02:29 -06:00
parent cc021f9e94
commit 0e85655c38
1 changed files with 1 additions and 0 deletions

View File

@ -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;