pianoroll does not have its own bindings

This commit is contained in:
Paul Davis
2025-03-11 13:44:40 -06:00
parent ef55ff0ee7
commit e9d0085c5c

View File

@@ -114,9 +114,7 @@ Pianoroll::enter (GdkEventCrossing*)
void
Pianoroll::load_bindings ()
{
own_bindings = Bindings::get_bindings (editor_name());
load_shared_bindings ();
bindings.push_back (own_bindings);
set_widget_bindings (*get_canvas(), bindings, ARDOUR_BINDING_KEY);
}