X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbd8f8af4925123462d37c6fe9fcbd971c55c2f5..6178debcd342963974dbdce6ac2ddb2fbe89e42a:/src/osx/statbox_osx.cpp diff --git a/src/osx/statbox_osx.cpp b/src/osx/statbox_osx.cpp index 7f4d5a8010..11ecc527bd 100644 --- a/src/osx/statbox_osx.cpp +++ b/src/osx/statbox_osx.cpp @@ -32,7 +32,7 @@ bool wxStaticBox::Create( wxWindow *parent, return false; m_labelOrig = m_label = label; - + m_peer = wxWidgetImpl::CreateGroupBox( this, parent, id, label, pos, size, style, GetExtraStyle() ); MacPostControlCreate( pos, size );