mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +02:00
Can now tab to radio button.
This commit is contained in:
parent
5a5957b422
commit
0c3fbd91ac
@ -939,7 +939,7 @@ void NoiseRemovalDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
S.AddPrompt(_("Noise:"));
|
||||
mKeepSignal = S.Id(ID_RADIOBUTTON_KEEPSIGNAL)
|
||||
.AddRadioButtonToGroup(_("Remove"));
|
||||
.AddRadioButton(_("Remove"));
|
||||
mKeepNoise = S.Id(ID_RADIOBUTTON_KEEPNOISE)
|
||||
.AddRadioButtonToGroup(_("Isolate"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user