No longer halting playback when 'Open project' dialog is summoned; fixes #1384

This commit is contained in:
Christopher L. Simons
2015-03-10 06:47:05 -04:00
parent b2984e1f08
commit 3f8cfbd7a8

View File

@@ -620,8 +620,6 @@ void MainWindow::resetWindowTitle()
bool MainWindow::mayChangeProject()
{
Engine::getSong()->stop();
if( !Engine::getSong()->isModified() )
{
return( true );