diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index 049a628ea7..ab25394d59 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -3526,6 +3526,10 @@ void ProcessorBox::processor_menu_unmapped () { processor_display.remove_placeholder (); + /* make all possibly-desensitized actions sensitive again so that + they be activated by other means (e.g. bindings) + */ + ActionManager::set_sensitive (ActionManager::plugin_selection_sensitive_actions, true); } XMLNode *