Fixed make install bug

Commented AutoLayout() in wxWindow::OnSize() out (why?)
  Removed double code
  Fixed print page dialog


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-12-05 21:53:51 +00:00
parent ed880dd448
commit f04371f081
11 changed files with 49 additions and 1873 deletions

View File

@@ -1689,7 +1689,7 @@ void wxWindow::SetSizeHints( int minW, int minH, int maxW, int maxH, int WXUNUSE
void wxWindow::OnSize( wxSizeEvent &WXUNUSED(event) )
{
if (GetAutoLayout()) Layout();
// if (GetAutoLayout()) Layout();
}
bool wxWindow::Show( bool show )