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)
This commit is contained in:
Paul Davis 2016-03-15 12:38:19 -04:00
parent 9a11e3a64d
commit 7460bbefb6

View File

@ -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 *