mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Bug1409: Mac: Restore focus to Contrast after dismissing help window
This commit is contained in:
@@ -179,8 +179,10 @@ void HelpSystem::ShowHtmlText(wxWindow *pParent,
|
||||
pFrame->SetName(Title);
|
||||
if (bModal)
|
||||
pWnd->ShowModal();
|
||||
else
|
||||
else {
|
||||
pWnd->Show(true);
|
||||
pFrame->Show(true);
|
||||
}
|
||||
|
||||
html->SetRelatedStatusBar( 0 );
|
||||
html->SetFocus();
|
||||
|
||||
Reference in New Issue
Block a user