From: Stefan Csomor Date: Wed, 23 Feb 2005 15:53:06 +0000 (+0000) Subject: adding peer back to wxWindow X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dad7b12aee25f7f061b4876d3dc10e5657497b2a adding peer back to wxWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/radiobox.cpp b/src/mac/carbon/radiobox.cpp index be78021cf1..9df4bb6cb4 100644 --- a/src/mac/carbon/radiobox.cpp +++ b/src/mac/carbon/radiobox.cpp @@ -140,7 +140,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& label, if ( bounds.bottom <= bounds.top ) bounds.bottom = bounds.top + 100 ; - m_peer = new wxMacControl() ; + m_peer = new wxMacControl(this) ; verify_noerr(CreateGroupBoxControl(MAC_WXHWND(parent->MacGetTopLevelWindowRef()),&bounds, CFSTR("") , true /*primary*/ , m_peer->GetControlRefAddr() ) ) ;