X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b720b24da89b6b60dbabde36f2a995357e3b1497..5e80ff3d31fde40c3cef5a3b47d08850d95b5d1a:/src/os2/statbox.cpp?ds=inline diff --git a/src/os2/statbox.cpp b/src/os2/statbox.cpp index 998c4d9dd3..470c2380e9 100644 --- a/src/os2/statbox.cpp +++ b/src/os2/statbox.cpp @@ -39,9 +39,7 @@ bool wxStaticBox::Create( ,rPos ,rSize ,lStyle -#if wxUSE_VALIDATORS ,wxDefaultValidator -#endif ,rsName )) { @@ -98,11 +96,12 @@ wxSize wxStaticBox::DoGetBestSize() const int nCx; int nCy; int wBox; + wxFont vFont = GetFont(); wxGetCharSize( GetHWND() ,&nCx ,&nCy - ,(wxFont*)&GetFont() + ,&vFont ); GetTextExtent( wxGetWindowText(m_hWnd) ,&wBox