mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
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:
parent
9a11e3a64d
commit
7460bbefb6
1 changed files with 4 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue