We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b07a5 commit 277e8b6Copy full SHA for 277e8b6
plugins/vestige/vestige.cpp
@@ -109,6 +109,9 @@ class VstInstrumentPlugin : public VstPlugin
109
void createUI( QWidget *parent ) override
110
{
111
Q_UNUSED(parent);
112
+ if ( !hasEditor() ) {
113
+ return;
114
+ }
115
if ( embedMethod() != "none" ) {
116
m_pluginSubWindow.reset(new vstSubWin( gui->mainWindow()->workspace() ));
117
VstPlugin::createUI( m_pluginSubWindow.get() );
0 commit comments