mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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:
@@ -201,7 +201,7 @@ SliderDialog::SliderDialog(wxWindow * parent, wxWindowID id,
|
||||
|
||||
S.StartVerticalLay();
|
||||
{
|
||||
mTextCtrl = S.AddTextBox(wxEmptyString,
|
||||
mTextCtrl = S.AddTextBox( {},
|
||||
wxEmptyString,
|
||||
15);
|
||||
mTextCtrl->SetValidator(wxTextValidator(wxFILTER_NUMERIC));
|
||||
|
||||
Reference in New Issue
Block a user