summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-05 17:32:35 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-05 17:33:06 -0500
commit4423945643bf1a6d2196f1e5882e5fe4bcb6d8cf (patch)
tree571ef10877daa2d14a7a84d6e43182b2c032ade2 /gtk2_ardour/step_entry.cc
parenteb48c14ec4b20aba225d8180d45d0c3d0c7d7825 (diff)
start using ActionMap in preference to ActionManager
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index 992c0fd187..cda7b7b910 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -59,6 +59,7 @@ _rest_event_handler (GtkWidget* /*widget*/, gpointer arg)
StepEntry::StepEntry (StepEditor& seditor)
: ArdourWindow (string_compose (_("Step Entry: %1"), seditor.name()))
+ , ActionMapOwner (X_("step entry"))
, _current_note_length (1.0)
, _current_note_velocity (64)
, triplet_button ("3")
@@ -87,7 +88,6 @@ StepEntry::StepEntry (StepEditor& seditor)
, _piano (0)
, piano (0)
, se (&seditor)
- , myactions (X_("step entry"))
{
register_actions ();
load_bindings ();