mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
look for RegionMenuMIDI action in the right action group
git-svn-id: svn://localhost/ardour2/branches/3.0@11679 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d7829cf96a
commit
372f90ec61
1 changed files with 1 additions and 1 deletions
|
|
@ -1157,7 +1157,7 @@ Editor::sensitize_the_right_region_actions ()
|
|||
}
|
||||
|
||||
if (!have_midi) {
|
||||
editor_actions->get_action("RegionMenuMIDI")->set_sensitive (false);
|
||||
editor_menu_actions->get_action("RegionMenuMIDI")->set_sensitive (false);
|
||||
_region_actions->get_action("show-region-list-editor")->set_sensitive (false);
|
||||
_region_actions->get_action("quantize-region")->set_sensitive (false);
|
||||
_region_actions->get_action("fork-region")->set_sensitive (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue