]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/checkbox.cpp
Used wxRegion code from wxX11.
[wxWidgets.git] / src / univ / checkbox.cpp
index c15ebca4bab3c657d6dfbc55170643ca6310cf6e..78eb2614896939c09c891db7073f98cc98e6b513 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     25.08.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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);