1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00

Revert "Put initial focus in the Control toolbar again..."

This reverts commit 6f3342a8956b423299fe8fd314afb823de0deacb.
This commit is contained in:
Paul Licameli 2019-06-08 07:00:46 -04:00
parent 0b85251885
commit ee592b633e

View File

@ -369,9 +369,7 @@ AudacityProject *ProjectManager::New()
auto &projectManager = Get( project ); auto &projectManager = Get( project );
auto &window = ProjectWindow::Get( *p ); auto &window = ProjectWindow::Get( *p );
window.Init(); window.Init();
ControlToolBar::Get( project ).SetFocus();
MissingAliasFilesDialog::SetShouldShow(true); MissingAliasFilesDialog::SetShouldShow(true);
MenuManager::Get( project ).CreateMenusAndCommands( project ); MenuManager::Get( project ).CreateMenusAndCommands( project );