summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-19 17:15:23 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-19 17:19:51 -0500
commitff51744671f46e5090a5ffb184c30a48b9452cbe (patch)
treeac002c9b675fc250c96c122f9dbac177ecbbe9f6 /gtk2_ardour/ardour_ui_dependents.cc
parent1d8e5335530002f602c24174302c7e9e929a767f (diff)
make StepEntry actions be static.
Unfinished, because bindings are problematic.
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index e89233801a..1ab8277fff 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -84,7 +84,8 @@ ARDOUR_UI::we_have_dependents ()
/* Create "static" actions that apply to all ProcessorBoxes
*/
ProcessorBox::register_actions ();
-
+ StepEntry::setup_actions_and_bindings ();
+
/* Global, editor, mixer, processor box actions are defined now. Link
them with any bindings, so that GTK does not get a chance to define
the GTK accel map entries first when we ask the GtkUIManager to