Ensure VST windows show properly in taskbar

This commit is contained in:
Dominic Clark
2019-03-03 16:02:37 +00:00
committed by Hyunjin Song
parent 17f6235500
commit 6fef905dfe

View File

@@ -775,10 +775,6 @@ void RemoteVstPlugin::initEditor()
SWP_NOMOVE | SWP_NOZORDER );
pluginDispatch( effEditTop );
if (! EMBED) {
showEditor();
}
#ifdef LMMS_BUILD_LINUX
m_windowID = (intptr_t) GetProp( m_window, "__wine_x11_whole_window" );
#else