mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Rewrite empty prompts to ShuttleGUI functions as {} ...
... so we might more easily redefine the type of the function argument, some other day (not this release)
This commit is contained in:
@@ -735,7 +735,7 @@ void EffectTruncSilence::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartHorizontalLay();
|
||||
{
|
||||
// Action choices
|
||||
mActionChoice = S.AddChoice(wxT(""), wxT(""), &actionChoices);
|
||||
mActionChoice = S.AddChoice( {}, wxT(""), &actionChoices);
|
||||
mActionChoice->SetValidator(wxGenericValidator(&mActionIndex));
|
||||
S.SetSizeHints(-1, -1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user