fixed bug introduced by my previous GtkUpdateSize() commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-07-06 13:14:27 +00:00
parent 8fde61ed10
commit 7b4c2a061b
2 changed files with 10 additions and 10 deletions

View File

@@ -485,7 +485,7 @@ void wxFrame::GtkOnSize( int WXUNUSED(x), int WXUNUSED(y),
} }
#endif // wxUSE_STATUSBAR #endif // wxUSE_STATUSBAR
GtkUpdateSize(); m_sizeSet = TRUE;
// send size event to frame // send size event to frame
wxSizeEvent event( wxSize(m_width,m_height), GetId() ); wxSizeEvent event( wxSize(m_width,m_height), GetId() );

View File

@@ -485,7 +485,7 @@ void wxFrame::GtkOnSize( int WXUNUSED(x), int WXUNUSED(y),
} }
#endif // wxUSE_STATUSBAR #endif // wxUSE_STATUSBAR
GtkUpdateSize(); m_sizeSet = TRUE;
// send size event to frame // send size event to frame
wxSizeEvent event( wxSize(m_width,m_height), GetId() ); wxSizeEvent event( wxSize(m_width,m_height), GetId() );