]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbox.cpp
PyCrust updates from their CVS.
[wxWidgets.git] / src / univ / statbox.cpp
index 0f878f5685d33523d46f9b473bdfa4674ff4e3a5..3c8b948466647c4b701147dfb2ea70c9753cf27d 100644 (file)
@@ -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;