1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-03 15:20:17 +01:00
This commit is contained in:
Leland Lucius
2015-08-09 23:28:13 -05:00
parent f342ae8836
commit 8d236b88ae
2 changed files with 14 additions and 6 deletions

View File

@@ -871,7 +871,7 @@ void Exporter::CreateUserPaneCallback(wxWindow *parent, wxUIntPtr userdata)
void Exporter::CreateUserPane(wxWindow *parent)
{
ShuttleGui S(parent, eIsCreatingFromPrefs);
ShuttleGui S(parent, eIsCreating);
S.StartVerticalLay();
{
@@ -894,7 +894,7 @@ void Exporter::CreateUserPane(wxWindow *parent)
}
S.EndHorizontalLay();
}
S.EndHorizontalLay();
S.EndVerticalLay();
return;
}