mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-31 19:44:54 +02:00
Bug2529: don't lose data when closing without saving on small drive (#650)
This commit is contained in:
@@ -733,7 +733,7 @@ void ProjectManager::OnCloseWindow(wxCloseEvent & event)
|
||||
// SetMenuBar(NULL);
|
||||
|
||||
// Compact the project.
|
||||
projectFileManager.CompactProject();
|
||||
projectFileManager.CompactProjectOnClose();
|
||||
|
||||
// Set (or not) the bypass flag to indicate that deletes that would happen during
|
||||
// the UndoManager::ClearStates() below are not necessary.
|
||||
|
||||
Reference in New Issue
Block a user