mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fix Bug 2469
This commit is contained in:
parent
c288d9dd19
commit
fdc978e871
@ -80,7 +80,8 @@ WarningDialog::WarningDialog(wxWindow *parent, const TranslatableString &message
|
||||
S.SetBorder(0);
|
||||
S.AddStandardButtons(showCancelButton ? eOkButton | eCancelButton : eOkButton);
|
||||
|
||||
Fit();
|
||||
Layout();
|
||||
GetSizer()->Fit(this);
|
||||
CentreOnParent();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user