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