mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
ShuttleGui::Style analogous to other functions
This commit is contained in:
@@ -112,8 +112,9 @@ void MacroCommandDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
|
||||
S.Prop(10).StartStatic(_("Choose command"), true);
|
||||
{
|
||||
S.SetStyle(wxSUNKEN_BORDER | wxLC_LIST | wxLC_SINGLE_SEL);
|
||||
mChoices = S.Id(CommandsListID).AddListControl();
|
||||
mChoices = S.Id(CommandsListID)
|
||||
.Style(wxSUNKEN_BORDER | wxLC_LIST | wxLC_SINGLE_SEL)
|
||||
.AddListControl();
|
||||
}
|
||||
S.EndStatic();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user