X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f431bd22178576995a1a712de1c742acae31ab0..4159f685e27805a55af8164bdbaf5b396aae84ca:/src/mac/mdi.cpp diff --git a/src/mac/mdi.cpp b/src/mac/mdi.cpp index f0d2f53138..b41f8735e8 100644 --- a/src/mac/mdi.cpp +++ b/src/mac/mdi.cpp @@ -242,7 +242,7 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent, MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ; - m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ; + m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ; wxModelessWindows.Append(this); return FALSE;