mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove dependence on the order of calls of listeners to MidiTrack::StepEditStatusChange, and rename the step entry menu item to make it consistent with the dialogue title. Should fix #3765.
git-svn-id: svn://localhost/ardour2/branches/3.0@8831 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e8e0da71a0
commit
27cbe72d96
3 changed files with 13 additions and 5 deletions
|
|
@ -587,7 +587,7 @@ RouteUI::build_record_menu ()
|
|||
using namespace Menu_Helpers;
|
||||
MenuList& items = record_menu->items();
|
||||
|
||||
items.push_back (CheckMenuElem (_("Step Edit"), sigc::mem_fun (*this, &RouteUI::toggle_step_edit)));
|
||||
items.push_back (CheckMenuElem (_("Step Entry"), sigc::mem_fun (*this, &RouteUI::toggle_step_edit)));
|
||||
step_edit_item = dynamic_cast<CheckMenuItem*> (&items.back());
|
||||
|
||||
if (_route->record_enabled()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue