Skip to content

Commit

Permalink
Ensure VST windows show properly in taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
DomClark authored and PhysSong committed Mar 14, 2019
1 parent 17f6235 commit 6fef905
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/vst_base/RemoteVstPlugin.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 6fef905

Please sign in to comment.