1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Remove call to OnZoomFit after recovery, so that zoom and selection are restored as well. I think when AutoRecovery was written, zoom and selection were not stored in the aup files, so this was a default.

This commit is contained in:
v.audacity 2010-06-30 23:22:23 +00:00
parent 406594a1dc
commit b85ca7057d

View File

@ -210,9 +210,6 @@ static bool RecoverAllProjects(AudacityProject** pproj)
// the opened auto-save file is automatically deleted and a new one
// is created.
proj->OpenFile(files[i], false);
//fit project after recovery
proj->OnZoomFit();
}
return true;