]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbmp.cpp
Fixed bug in FlexGridSizer mods that prevented them from ever shrinking.
[wxWidgets.git] / src / univ / statbmp.cpp
index ee56f372a58cddcd0aba20e526d911e1d0890de3..39282b88d0cce49f2dc1cd593e641b161d202b24 100644 (file)
@@ -60,8 +60,6 @@ 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);