mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 07:47:58 +01:00
Define and use ShuttleGui::Focus
This commit is contained in:
@@ -393,11 +393,10 @@ visit our [[https://forum.audacityteam.org/|forum]].");
|
||||
wxDefaultPosition,
|
||||
wxSize(ABOUT_DIALOG_WIDTH, 359),
|
||||
wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER);
|
||||
html->SetFocus();
|
||||
html->SetPage(creditStr);
|
||||
|
||||
/* locate the html renderer where it fits in the dialogue */
|
||||
S.Prop(1).AddWindow( html, wxEXPAND );
|
||||
S.Prop(1).Focus().AddWindow( html, wxEXPAND );
|
||||
|
||||
S.EndVerticalLay();
|
||||
S.EndNotebookPage();
|
||||
|
||||
Reference in New Issue
Block a user