13
0

add step entry bindings pointer to step entry window so that bindings will be used

This commit is contained in:
Paul Davis 2015-08-04 22:43:40 -04:00
parent 00933950b7
commit 4d5cf08bb7

View File

@ -21,9 +21,8 @@
#include "pbd/file_utils.h"
#include "gtkmm2ext/keyboard.h"
#include "gtkmm2ext/actions.h"
#include "gtkmm2ext/bindings.h"
#include "gtkmm2ext/keyboard.h"
#include "ardour/filesystem_paths.h"
@ -703,7 +702,8 @@ void
StepEntry::load_bindings ()
{
bindings.set_action_map (myactions);
bindings.load ("step-editing");
bindings.load (X_("step-editing"));
set_data ("ardour-bindings", &bindings);
}
void