From 7460bbefb6e69b4f726b6f1324b999790b6ca42a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Mar 2016 12:38:19 -0400 Subject: [PATCH] after showing a ProcessorBox context menu, resensitize all actions that it may have made insensitive This allows them to be invoked via other means (e.g. bindings) --- gtk2_ardour/processor_box.cc | 4 ++++ 1 file changed, 4 insertions(+) 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 *