diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 350a9da7d9..120e8c6389 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -4787,7 +4787,8 @@ Editor::maybe_show_instrument_plugin (std::shared_ptr mt) if (!pi) { return; } - if (pi->what_can_be_automated ().size () == 0) { + + if (pi->what_can_be_automated ().size () == 0 && !pi->plugin ()->has_editor ()) { return; }