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