mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
fix consistency and accuracy of tempo edit behavior setting
This commit is contained in:
parent
65380797e1
commit
65c81feb5e
4 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue