mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
fix context-menu entry sensitivity for plugins w/o custom GUI
This commit is contained in:
parent
36359a7d8f
commit
bce37837d3
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ ProcessorBox::show_processor_menu (int arg)
|
|||
}
|
||||
|
||||
/* allow editing with an Ardour-generated UI for plugin inserts with editors */
|
||||
edit_generic_action->set_sensitive (pi && pi->plugin()->has_editor ());
|
||||
edit_action->set_sensitive (pi && pi->plugin()->has_editor ());
|
||||
|
||||
/* disallow rename for multiple selections, for plugin inserts and for the fader */
|
||||
rename_action->set_sensitive (single_selection && !pi && !boost::dynamic_pointer_cast<Amp> (single_selection->processor ()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue