No longer halting playback when 'Open project' dialog is summoned; fixes #1384
This commit is contained in:
@@ -620,8 +620,6 @@ void MainWindow::resetWindowTitle()
|
||||
|
||||
bool MainWindow::mayChangeProject()
|
||||
{
|
||||
Engine::getSong()->stop();
|
||||
|
||||
if( !Engine::getSong()->isModified() )
|
||||
{
|
||||
return( true );
|
||||
|
||||
Reference in New Issue
Block a user