mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Fix missing return.
This might be wrong, but at least it's deterministically wrong... git-svn-id: svn://localhost/ardour2/trunk@2549 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df5cf878ce
commit
cded4193fe
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ KeyEditor::on_key_press_event (GdkEventKey* ev)
|
||||||
{
|
{
|
||||||
can_bind = true;
|
can_bind = true;
|
||||||
last_state = ev->state;
|
last_state = ev->state;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue