mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Missing EndVerticalLay(), spotted by Ed Musgrove. Worked OK here, but would cause issues if adding more sizers.
This commit is contained in:
@@ -552,6 +552,7 @@ void ExportMultiple::OnExport(wxCommandEvent& event)
|
|||||||
S.AddTextWindow( FileList );
|
S.AddTextWindow( FileList );
|
||||||
S.AddStandardButtons(eOkButton);
|
S.AddStandardButtons(eOkButton);
|
||||||
}
|
}
|
||||||
|
S.EndVerticalLay();
|
||||||
dlg.SetMinSize( wxSize(125,200) );
|
dlg.SetMinSize( wxSize(125,200) );
|
||||||
dlg.SetSize( wxSize(450,400) );
|
dlg.SetSize( wxSize(450,400) );
|
||||||
dlg.Center();
|
dlg.Center();
|
||||||
|
|||||||
Reference in New Issue
Block a user