mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 22:28:44 +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->CreateStatusBar();
|
||||||
pFrame->Centre();
|
pFrame->Centre();
|
||||||
pFrame->Layout();
|
pFrame->Layout();
|
||||||
pFrame->Fit();
|
|
||||||
pFrame->SetSizeHints(pWnd->GetSize());
|
pFrame->SetSizeHints(pWnd->GetSize());
|
||||||
|
|
||||||
pFrame->SetName(Title);
|
pFrame->SetName(Title);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user