Missing EndVerticalLay(), spotted by Ed Musgrove. Worked OK here, but would cause issues if adding more sizers.

This commit is contained in:
james.k.crook 2010-02-12 12:30:53 +00:00
parent 42f5d6b460
commit afe3290cb3
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ void ExportMultiple::OnExport(wxCommandEvent& event)
S.AddTextWindow( FileList );
S.AddStandardButtons(eOkButton);
}
S.EndVerticalLay();
dlg.SetMinSize( wxSize(125,200) );
dlg.SetSize( wxSize(450,400) );
dlg.Center();