mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 08:56:03 +01:00
Fix many wx3.1.0 assertions now to prevent double testing
This commit is contained in:
@@ -220,7 +220,7 @@ void KeyConfigPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
NULL,
|
||||
this);
|
||||
}
|
||||
S.AddWindow(mFilter, wxALIGN_RIGHT);
|
||||
S.AddWindow(mFilter, wxALIGN_NOT | wxALIGN_LEFT);
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user