mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
allow access to ProcessorBox bindings
This commit is contained in:
parent
f83a7f4131
commit
fb4bd3feef
1 changed files with 1 additions and 1 deletions
|
|
@ -336,6 +336,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
|
|||
sigc::signal<void,boost::shared_ptr<ARDOUR::Processor> > ProcessorUnselected;
|
||||
|
||||
static Glib::RefPtr<Gtk::ActionGroup> processor_box_actions;
|
||||
static Gtkmm2ext::Bindings* bindings;
|
||||
static void register_actions();
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
|
@ -365,7 +366,6 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
|
|||
|
||||
RouteProcessorSelection& _rr_selection;
|
||||
static Gtkmm2ext::ActionMap myactions;
|
||||
static Gtkmm2ext::Bindings* bindings;
|
||||
|
||||
static void load_bindings ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue