mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 06:08:40 +02:00
Can't call Fit() on (negative) wxDefaultSize
and SetSizeHints will call Fit()
This commit is contained in:
parent
ff8926f184
commit
0d5fb01c97
@ -174,7 +174,6 @@ void HelpSystem::ShowHtmlText(wxWindow *pParent,
|
||||
pFrame->CreateStatusBar();
|
||||
pFrame->Centre();
|
||||
pFrame->Layout();
|
||||
pFrame->Fit();
|
||||
pFrame->SetSizeHints(pWnd->GetSize());
|
||||
|
||||
pFrame->SetName(Title);
|
||||
|
Loading…
x
Reference in New Issue
Block a user