Skip to content

Commit

Permalink
MDI Subwindow Decoration for VeSTige instruments closes LMMS#2824
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraMGB authored and PhysSong committed Oct 7, 2017
1 parent 735d2ec commit 6cbf01f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/vst_base/VstPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <QTemporaryFile>
#include <QCloseEvent>
#include <QMdiArea>
#include <QMdiSubWindow>
#ifdef LMMS_BUILD_LINUX
#if QT_VERSION < 0x050000
#include <QX11EmbedContainer>
Expand All @@ -53,15 +52,16 @@
#include "MainWindow.h"
#include "Mixer.h"
#include "Song.h"
#include "SubWindow.h"
#include "templates.h"
#include "FileDialog.h"

#ifdef LMMS_EMBED_VST
class vstSubWin : public QMdiSubWindow
class vstSubWin : public SubWindow
{
public:
vstSubWin( QWidget * _parent ) :
QMdiSubWindow( _parent )
SubWindow( _parent )
{
setAttribute( Qt::WA_DeleteOnClose, false );
}
Expand Down

0 comments on commit 6cbf01f

Please sign in to comment.