]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/window.cpp
missing include for memoryDC
[wxWidgets.git] / src / mac / carbon / window.cpp
index bf7ec22feba537a7545cf036546786328eedb624..9800febda5bb4ef5452191f8c034dfb8b714c22b 100644 (file)
@@ -748,6 +748,7 @@ void wxWindowMac::Init()
 #if wxMAC_USE_CORE_GRAPHICS
     m_cgContextRef = NULL ;
 #endif
 #if wxMAC_USE_CORE_GRAPHICS
     m_cgContextRef = NULL ;
 #endif
+    m_clipChildren = false ;
     // we need a valid font for the encodings
     wxWindowBase::SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
 }
     // we need a valid font for the encodings
     wxWindowBase::SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
 }