mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 23:44:13 +02:00
Put initial focus in the Control toolbar again...
... it had changed after commit 4abc71c
This commit is contained in:
@@ -369,7 +369,9 @@ 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 );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user