mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
changes to support new key bindings editor design
This commit is contained in:
parent
40cdb01832
commit
2c6799f247
7 changed files with 26 additions and 10 deletions
|
|
@ -471,7 +471,7 @@ Editor::Editor ()
|
|||
last_event_time.tv_sec = 0;
|
||||
last_event_time.tv_usec = 0;
|
||||
|
||||
global_hpacker.set_data ("ardour-bindings", &key_bindings);
|
||||
global_hpacker.set_data ("ardour-bindings", &bindings);
|
||||
|
||||
selection_op_history.clear();
|
||||
before.clear();
|
||||
|
|
@ -5862,7 +5862,7 @@ Editor::use_own_window (bool and_fill_it)
|
|||
|
||||
// win->signal_realize().connect (*this, &Editor::on_realize);
|
||||
win->signal_event().connect (sigc::mem_fun (*this, &Editor::generic_event_handler));
|
||||
win->set_data ("ardour-bindings", &key_bindings);
|
||||
win->set_data ("ardour-bindings", &bindings);
|
||||
|
||||
update_title ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue