X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f474cc8ca432cac63df173169dd8cb460e9156c0..a4c46c19c20ca7717c8c30c4c5b706a31faf42c4:/src/mac/carbon/window.cpp?ds=inline diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index bf7ec22feb..9800febda5 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -748,6 +748,7 @@ void wxWindowMac::Init() #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)); }