X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3904ceb9a02934a8d1ab7034f368b103a699d99..ab346a0c3fb17c72f7aae290b83f2803e3b56fb2:/src/gtk1/statbox.cpp diff --git a/src/gtk1/statbox.cpp b/src/gtk1/statbox.cpp index abf8e8ce57..009f4a5865 100644 --- a/src/gtk1/statbox.cpp +++ b/src/gtk1/statbox.cpp @@ -39,11 +39,12 @@ bool wxStaticBox::Create( wxWindow *parent, wxWindowID id, const wxString &label PreCreation( parent, id, pos, size, style, name ); - SetLabel(label); m_widget = gtk_frame_new(m_label); PostCreation(); + SetLabel(label); + Show( TRUE ); return TRUE;