diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index 3b6fb056b..7970dedb7 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -360,6 +360,11 @@ void VestigeInstrumentView::openPlugin() engine::getMixer()->lock(); m_vi->loadFile( ofd.selectedFiles()[0] ); engine::getMixer()->unlock(); + if( m_vi->m_plugin && m_vi->m_plugin->pluginWidget() ) + { + m_vi->m_plugin->pluginWidget()->setWindowIcon( + PLUGIN_NAME::getIconPixmap( "logo" ) ); + } } }