* MDI Subwindow Decoration for VeSTige instruments closes #2824 * revert changes * change QMdiSubWindow to our SubWindow in Vestige
This commit is contained in:
committed by
GitHub
parent
7834e10bc7
commit
68cb91726a
@@ -82,11 +82,11 @@ Plugin::Descriptor Q_DECL_EXPORT vestige_plugin_descriptor =
|
||||
}
|
||||
|
||||
|
||||
class vstSubWin : public QMdiSubWindow
|
||||
class vstSubWin : public SubWindow
|
||||
{
|
||||
public:
|
||||
vstSubWin( QWidget * _parent ) :
|
||||
QMdiSubWindow( _parent )
|
||||
SubWindow( _parent )
|
||||
{
|
||||
setAttribute( Qt::WA_DeleteOnClose, false );
|
||||
setWindowFlags( Qt::WindowCloseButtonHint );
|
||||
|
||||
@@ -29,14 +29,13 @@
|
||||
|
||||
#include <QMutex>
|
||||
#include <QLayout>
|
||||
#include <QMdiSubWindow>
|
||||
#include <QScrollArea>
|
||||
|
||||
#include "Instrument.h"
|
||||
#include "InstrumentView.h"
|
||||
#include "Note.h"
|
||||
#include "Knob.h"
|
||||
|
||||
#include "SubWindow.h"
|
||||
#include "AutomatableModel.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user