]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/toplvcmn.cpp
Removed Pango homemade implementation and
[wxWidgets.git] / src / common / toplvcmn.cpp
index 8d262e70b942b64d78dae1dbee4f95ffbae59079..e23349fb52d94f83718aa5ed821e5d81ba8e410c 100644 (file)
@@ -187,7 +187,7 @@ void wxTopLevelWindowBase::DoClientToScreen(int *x, int *y) const
 
 // default resizing behaviour - if only ONE subwindow, resize to fill the
 // whole client area
-void wxTopLevelWindowBase::OnSize(wxSizeEvent& WXUNUSED(event))
+void wxTopLevelWindowBase::DoLayout()
 {
     // if we're using constraints or sizers - do use them
     if ( GetAutoLayout() )