]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbox.cpp
more work on text selection: selecting should work now, but there's no clipboard...
[wxWidgets.git] / src / univ / statbox.cpp
index 0f878f5685d33523d46f9b473bdfa4674ff4e3a5..1024db81253bb333b8f40bc2705bd4902fbb28ca 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
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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;