1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

AUP3: Fix unopened project file

This commit is contained in:
Leland Lucius
2020-07-25 18:47:30 -05:00
parent 8f1e52c1c2
commit 03762d0ca3
6 changed files with 43 additions and 13 deletions

View File

@@ -535,9 +535,9 @@ AudacityProject *ProjectManager::New()
auto &window = ProjectWindow::Get( *p );
InitProjectWindow( window );
auto &projectFileIO = ProjectFileIO::Get( *p );
projectFileIO.SetProjectTitle();
auto &projectFileManager = ProjectFileManager::Get( *p );
projectFileManager.OpenProject();
MenuManager::Get( project ).CreateMenusAndCommands( project );
projectHistory.InitialState();