]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/frame.cpp
cleaned drawing code
[wxWidgets.git] / src / mac / carbon / frame.cpp
index 81f6b40bee9f46a7a013a729ba0abaf77a79da35..adc15790af5a511acb22c6768a1ae5fbfcae9e03 100644 (file)
@@ -108,7 +108,7 @@ bool wxFrame::Create(wxWindow *parent,
 
   MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
-       m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
+       m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
 
   wxModelessWindows.Append(this);