there are no pianoroll bindings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user