mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 10:55:57 +01:00
there are no pianoroll bindings
This commit is contained in:
parent
6333b3bd3a
commit
b659a1e7ae
1 changed files with 0 additions and 3 deletions
|
|
@ -426,9 +426,6 @@ Pianoroll::build_upper_toolbar ()
|
|||
_toolbar_outer->pack_start (*_toolbar_left, true, false);
|
||||
_toolbox.pack_start (*_toolbar_outer, false, false);
|
||||
|
||||
Bindings* pr_bindings = Bindings::get_bindings (X_("Pianoroll"));
|
||||
set_widget_bindings (_toolbox, *pr_bindings, ARDOUR_BINDING_KEY);
|
||||
|
||||
_contents.add (_toolbox);
|
||||
_contents.signal_enter_notify_event().connect (sigc::mem_fun (*this, &Pianoroll::enter), false);
|
||||
_contents.signal_unmap().connect ([this]() {_canvas_viewport->unmap ();}, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue