]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statbox.cpp
revamping classic MLTE implementation
[wxWidgets.git] / src / mac / carbon / statbox.cpp
index 23b359dcb223a55ef200137d48a9be1e1411be77..cc29e9b2675a79bb0a32b98546e3e18586fad3d5 100644 (file)
@@ -45,7 +45,7 @@ bool wxStaticBox::Create(wxWindow *parent, wxWindowID id,
 
     Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;
     
-    m_peer = new wxMacControl() ;
+    m_peer = new wxMacControl(this) ;
     verify_noerr(CreateGroupBoxControl(MAC_WXHWND(parent->MacGetTopLevelWindowRef()),&bounds, CFSTR("") , 
         true /*primary*/ , m_peer->GetControlRefAddr() ) ) ;