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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user