]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbmp.cpp
Fixed GetShapeList and similar methods to use OOR.
[wxWidgets.git] / src / univ / statbmp.cpp
index 39282b88d0cce49f2dc1cd593e641b161d202b24..ee56f372a58cddcd0aba20e526d911e1d0890de3 100644 (file)
@@ -60,6 +60,8 @@ bool wxStaticBitmap::Create(wxWindow *parent,
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
 
+    m_hasDialogBackground = TRUE;
+
     // set bitmap first
     SetBitmap(label);