mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
Fix many wx3.1.0 assertions now to prevent double testing
This commit is contained in:
@@ -217,7 +217,7 @@ void EffectCompressor::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.StartStatic(wxT(""));
|
||||
{
|
||||
S.StartMultiColumn(3, wxEXPAND | wxALIGN_CENTER_VERTICAL);
|
||||
S.StartMultiColumn(3, wxEXPAND);
|
||||
{
|
||||
S.SetStretchyCol(1);
|
||||
mThresholdLabel = S.AddVariableText(_("Threshold:"), true,
|
||||
|
||||
Reference in New Issue
Block a user