update keyeditor when action label changes

This commit is contained in:
Robin Gareus 2016-04-24 22:20:44 +02:00
parent fde99e68f7
commit 55fb20f491
3 changed files with 14 additions and 0 deletions

View file

@ -108,6 +108,7 @@
#include "gui_object.h"
#include "gui_thread.h"
#include "keyboard.h"
#include "keyeditor.h"
#include "luainstance.h"
#include "marker.h"
#include "midi_region_view.h"
@ -5748,6 +5749,7 @@ Editor::set_script_action_name (int i, const std::string& n)
} else {
act->set_label (n);
}
KeyEditor::UpdateBindings ();
}
void