Redisplay key bindings when reset.

This commit is contained in:
David Robillard
2015-01-07 21:02:13 -05:00
parent 56d48a927a
commit 2ef8c06464

View File

@@ -310,4 +310,7 @@ void
KeyEditor::reset ()
{
Keyboard::the_keyboard().reset_bindings ();
populate ();
view.get_selection()->unselect_all ();
populate ();
}