mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
Fix many wx3.1.0 assertions now to prevent double testing
This commit is contained in:
@@ -229,7 +229,7 @@ void BenchmarkDialog::MakeBenchmarkDialog()
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.StartHorizontalLay(wxALIGN_RIGHT, false);
|
||||
S.StartHorizontalLay(wxALIGN_NOT | wxALIGN_LEFT, false);
|
||||
{
|
||||
S.Id(wxID_CANCEL).AddButton(wxT("Close"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user