13
0

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:
David Robillard 2007-10-12 23:25:48 +00:00
parent df5cf878ce
commit cded4193fe

View File

@ -72,6 +72,7 @@ KeyEditor::on_key_press_event (GdkEventKey* ev)
{
can_bind = true;
last_state = ev->state;
return false;
}
bool