mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
clean up cruft in some config variables
This commit is contained in:
parent
fb77669ee5
commit
ed07c53210
7 changed files with 13 additions and 18 deletions
|
|
@ -326,7 +326,7 @@ ARDOUR_UI::parameter_changed (std::string p)
|
|||
ActionManager::get_action ("Transport", "ToggleFollowEdits")->set_sensitive (false);
|
||||
}
|
||||
|
||||
} else if (p == "always-play-range") {
|
||||
} else if (p == "follow-edits") {
|
||||
|
||||
ActionManager::map_some_state ("Transport", "ToggleFollowEdits", &RCConfiguration::get_follow_edits);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue