]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/toplvcmn.cpp
added missing WXDLLEXPORT
[wxWidgets.git] / src / common / toplvcmn.cpp
index 6c9f3d89f93f900afebe73228983d133f9f1c4c2..865d29f444346ef954ae4e5da13215471e132b7e 100644 (file)
@@ -113,14 +113,12 @@ void wxTopLevelWindowBase::DoClientToScreen(int *x, int *y) const
 // whole client area
 void wxTopLevelWindowBase::OnSize(wxSizeEvent& WXUNUSED(event))
 {
-    // if we're using constraints - do use them
-#if wxUSE_CONSTRAINTS
+    // if we're using constraints or sizers - do use them
     if ( GetAutoLayout() )
     {
         Layout();
     }
     else
-#endif // wxUSE_CONSTRAINTS
     {
         // do we have _exactly_ one child?
         wxWindow *child = (wxWindow *)NULL;