Minor fixes
This commit is contained in:
@@ -584,19 +584,6 @@ void VstPlugin::showUI()
|
||||
QWidget * w = pluginWidget();
|
||||
if( w )
|
||||
{
|
||||
# ifdef LMMS_BUILD_WIN32
|
||||
// hide sw, plugin window wrapper on win32
|
||||
// this is obtained from pluginWidget()
|
||||
if( isEffect )
|
||||
{
|
||||
w->setWindowFlags( Qt::FramelessWindowHint );
|
||||
w->setAttribute( Qt::WA_TranslucentBackground );
|
||||
}
|
||||
else
|
||||
{
|
||||
w->setWindowFlags( Qt::WindowCloseButtonHint );
|
||||
}
|
||||
# endif
|
||||
w->show();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -140,8 +140,7 @@ SetupDialog::SetupDialog( ConfigTabs _tab_to_open ) :
|
||||
"displaywaveform").toInt() ),
|
||||
m_disableAutoQuit(ConfigManager::inst()->value( "ui",
|
||||
"disableautoquit").toInt() ),
|
||||
m_vstEmbedMethod(ConfigManager::inst()->value( "ui",
|
||||
"vstembedmethod", "xembed"))
|
||||
m_vstEmbedMethod( ConfigManager::inst()->vstEmbedMethod() )
|
||||
{
|
||||
setWindowIcon( embed::getIconPixmap( "setup_general" ) );
|
||||
setWindowTitle( tr( "Setup LMMS" ) );
|
||||
|
||||
Reference in New Issue
Block a user