mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-03 15:20:17 +01:00
Fix bug #1110
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user