mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NOOP: space required
This commit is contained in:
parent
8818e1887a
commit
1550f3af35
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ Bindings::replace (KeyboardKey kb, Operation op, string const & action_name, boo
|
|||
bool
|
||||
Bindings::add (KeyboardKey kb, Operation op, string const& action_name, bool can_save)
|
||||
{
|
||||
if (is_registered(op, action_name)) {
|
||||
if (is_registered (op, action_name)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue