mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Fix many wx3.1.0 assertions now to prevent double testing
This commit is contained in:
@@ -113,7 +113,7 @@ HistoryWindow::HistoryWindow(AudacityProject *parent, UndoManager *manager):
|
||||
}
|
||||
S.EndStatic();
|
||||
|
||||
S.StartHorizontalLay(wxALIGN_BOTTOM | wxALIGN_RIGHT, false);
|
||||
S.StartHorizontalLay(wxALIGN_RIGHT, false);
|
||||
{
|
||||
S.SetBorder(10);
|
||||
S.Id(wxID_OK).AddButton(_("&OK"))->SetDefault();
|
||||
|
||||
Reference in New Issue
Block a user