diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index 0d985a108..0cfa31d21 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -109,6 +109,9 @@ public: void createUI( QWidget *parent ) override { Q_UNUSED(parent); + if ( !hasEditor() ) { + return; + } if ( embedMethod() != "none" ) { m_pluginSubWindow.reset(new vstSubWin( gui->mainWindow()->workspace() )); VstPlugin::createUI( m_pluginSubWindow.get() );