mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +02:00
Allow user cancellation of save
This commit is contained in:
parent
d7d7d67f7c
commit
39a5669cb9
@ -553,7 +553,9 @@ bool DirManager::SetProject(wxString& newProjPath, wxString& newProjName, const
|
||||
success = MoveToNewProjectDirectory( &*b );
|
||||
}
|
||||
|
||||
progress.Update(count, total);
|
||||
if( progress.Update(count, total) != ProgressResult::Success )
|
||||
success = false;
|
||||
|
||||
count++;
|
||||
}
|
||||
++iter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user