fix consistency and accuracy of tempo edit behavior setting

This commit is contained in:
Paul Davis 2023-04-22 11:12:15 -06:00
parent 65380797e1
commit 65c81feb5e
4 changed files with 8 additions and 6 deletions

View file

@ -191,7 +191,7 @@ Editor::initialize_canvas ()
mapping_bar->set_outline(false);
mapping_bar->set_outline_what(ArdourCanvas::Rectangle::BOTTOM);
switch (UIConfiguration::instance().get_default_tempo_edit_behavior()) {
switch (UIConfiguration::instance().get_tempo_edit_behavior()) {
case Editing::TempoMapping:
tempo_group->hide ();
break;