]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/checkbox.cpp
The statusbar should start with one field, not zero
[wxWidgets.git] / src / univ / checkbox.cpp
index c15ebca4bab3c657d6dfbc55170643ca6310cf6e..c9a95a631868adeba3d47b40db4700e5ae5f7322 100644 (file)
@@ -70,8 +70,6 @@ bool wxCheckBox::Create(wxWindow *parent,
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
 
-    m_hasDialogBackground = TRUE;
-
     SetLabel(label);
     SetBestSize(size);