mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
use method instead of a direct call, to centralize logic
This commit is contained in:
parent
ad6b6f1e30
commit
87b50a4ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ EditingContext::register_automation_actions (Bindings* automation_bindings, std:
|
|||
reg_sens (_automation_actions, "raise-points", _("Create Automation Point (at Playhead)"), sigc::mem_fun (*this, &EditingContext::automation_raise_points));
|
||||
reg_sens (_automation_actions, "lower-points", _("Create Automation Point (at Playhead)"), sigc::mem_fun (*this, &EditingContext::automation_lower_points));
|
||||
|
||||
ActionManager::set_sensitive (_automation_actions, false);
|
||||
disable_automation_bindings ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue