mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
attach shared bindings to a parent of editor canvas to make them accessible
This commit is contained in:
parent
86ecca8c76
commit
e591bc91f9
1 changed files with 1 additions and 1 deletions
|
|
@ -769,7 +769,7 @@ Editor::load_bindings ()
|
|||
register_common_actions (shared_bindings);
|
||||
|
||||
_track_canvas_viewport->canvas()->set_data ("ardour-bindings", midi_bindings);
|
||||
global_hpacker.set_data ("ardour-bindings-shared", shared_bindings);
|
||||
_track_canvas_viewport->set_data ("ardour-bindings", shared_bindings);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue