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

Put initial focus in the Control toolbar again...

... it had changed after commit 4abc71c
This commit is contained in:
Paul Licameli 2019-06-06 12:42:51 -04:00
parent 236b188d6b
commit 6f3342a895

View File

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