Skip to content

Commit

Permalink
Fix for velocity editor panel being corrupted - issue #297
Browse files Browse the repository at this point in the history
  • Loading branch information
pvint committed Dec 16, 2016
1 parent 1297e09 commit 512d903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/src/MainForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ MainForm::MainForm( QApplication *app, const QString& songFilename )
}
}

showDevelWarning();

h2app = new HydrogenApp( this, pSong );
h2app->addEventListener( this );
createMenuBar();
Expand All @@ -163,8 +165,6 @@ MainForm::MainForm( QApplication *app, const QString& songFilename )
// h2app->getPlayListDialog()->installEventFilter(this);
installEventFilter( this );

showDevelWarning();

connect( &m_autosaveTimer, SIGNAL(timeout()), this, SLOT(onAutoSaveTimer()));
m_autosaveTimer.start( 60 * 1000 );

Expand Down

0 comments on commit 512d903

Please sign in to comment.