X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..544421165fa7f656d23b69801443b7aa69f71db8:/src/mac/statbox.cpp?ds=sidebyside diff --git a/src/mac/statbox.cpp b/src/mac/statbox.cpp index abae14d07e..c50c7d8a28 100644 --- a/src/mac/statbox.cpp +++ b/src/mac/statbox.cpp @@ -39,9 +39,9 @@ bool wxStaticBox::Create(wxWindow *parent, wxWindowID id, Rect bounds ; Str255 title ; - MacPreControlCreate( parent , id , label , pos , size ,style, *((wxValidator*)NULL) , name , &bounds , title ) ; + MacPreControlCreate( parent , id , label , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ; - m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , true , 0 , 0 , 1, + m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , 1, kControlGroupBoxTextTitleProc , (long) this ) ; MacPostControlCreate() ;