since Pianoroll objects may be created at any time, ::associate() them
Bindings owned by objects created earlier in program instantiation get associated during ARDOUR_UI::we_have_dependents().
This commit is contained in:
@@ -115,6 +115,9 @@ void
|
||||
Pianoroll::load_bindings ()
|
||||
{
|
||||
load_shared_bindings ();
|
||||
for (auto & b : bindings) {
|
||||
b->associate ();
|
||||
}
|
||||
set_widget_bindings (*get_canvas(), bindings, ARDOUR_BINDING_KEY);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user