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
@ -72,6 +72,7 @@ KeyEditor::on_key_press_event (GdkEventKey* ev)
|
||||
{
|
||||
can_bind = true;
|
||||
last_state = ev->state;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user