A few compile fixes,

Updated filetxt.txt to include sizer.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-08-10 12:27:07 +00:00
parent 073478b3d0
commit 0ae2df3052
5 changed files with 8 additions and 3 deletions

View File

@@ -182,11 +182,12 @@ wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
topsizer->Add( buttonsizer, 0, wxCENTRE | wxALL, 10 );
topsizer->SetSizeHints( this );
topsizer->Fit( this );
SetSizer( topsizer );
SetAutoLayout( TRUE );
topsizer->SetSizeHints( this );
topsizer->Fit( this );
Centre( wxBOTH );
if (ok)