X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67d947ba89b176c05c7707f44e4381bdef0f21c8..c4e387521b7297a24e4aa016b588cf77d32d1b5f:/src/univ/statbox.cpp diff --git a/src/univ/statbox.cpp b/src/univ/statbox.cpp index 0f878f5685..3c8b948466 100644 --- a/src/univ/statbox.cpp +++ b/src/univ/statbox.cpp @@ -58,8 +58,6 @@ bool wxStaticBox::Create(wxWindow *parent, if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) ) return FALSE; - m_hasDialogBackground = TRUE; - SetLabel(label); return TRUE;