]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/choice.cpp
More wxUSE_STATTEXT fixes
[wxWidgets.git] / src / mac / carbon / choice.cpp
index 548eee9e53d915b12769cbcb69f876c8afda9acd..abc4a0973d9b6e18fcb84fea1dccc73c6183ca7a 100644 (file)
@@ -70,7 +70,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
 
     Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;
 
-    m_peer = new wxMacControl() ;
+    m_peer = new wxMacControl(this) ;
     verify_noerr ( CreatePopupButtonControl( MAC_WXHWND(parent->MacGetTopLevelWindowRef()) , &bounds , CFSTR("") ,
         -12345 , false /* no variable width */ , 0 , 0 , 0 , m_peer->GetControlRefAddr() ) );