]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbox.cpp
test wxExecute() in the sample
[wxWidgets.git] / src / univ / statbox.cpp
index 3c8b948466647c4b701147dfb2ea70c9753cf27d..0f878f5685d33523d46f9b473bdfa4674ff4e3a5 100644 (file)
@@ -58,6 +58,8 @@ bool wxStaticBox::Create(wxWindow *parent,
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
 
+    m_hasDialogBackground = TRUE;
+
     SetLabel(label);
 
     return TRUE;