include mouse bindings even in merged cheat sheets
git-svn-id: svn://localhost/ardour2/branches/3.0@5448 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c601f87c12
commit
0caaec6930
@ -182,8 +182,12 @@ while (<>) {
|
||||
if ($merge_bindings{$lookup}) {
|
||||
$binding = $merge_bindings{$lookup};
|
||||
} else {
|
||||
# this action is not defined in the merge from set, so forget it
|
||||
next;
|
||||
if ($key =~ /^\+/) {
|
||||
# forced inclusion of bindings from template
|
||||
} else {
|
||||
# this action is not defined in the merge from set, so forget it
|
||||
next;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user