]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/laywin.cpp
Applied patch [ 1196679 ] wxIMPLEMENT_CLASS_COMMON2 bad parameter count compil fix.
[wxWidgets.git] / src / generic / laywin.cpp
index 3a9b07640395528fbddc026010f696b7d5f8515a..aa608278d132f3223a204a7b979842acc0bfb865 100644 (file)
@@ -54,6 +54,9 @@ void wxSashLayoutWindow::Init()
 {
     m_orientation = wxLAYOUT_HORIZONTAL;
     m_alignment = wxLAYOUT_TOP;
 {
     m_orientation = wxLAYOUT_HORIZONTAL;
     m_alignment = wxLAYOUT_TOP;
+#ifdef __WXMAC__
+    MacSetClipChildren( true ) ;
+#endif
 }
 
 // This is the function that wxLayoutAlgorithm calls to ascertain the window
 }
 
 // This is the function that wxLayoutAlgorithm calls to ascertain the window