]> 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 ec00a570861e85b616125c0f61578b99ef50d401..ee56f372a58cddcd0aba20e526d911e1d0890de3 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     25.08.00
 // RCS-ID:      $Id$
-// Copyright:   (c) 2000 Vadim Zeitlin
+// Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
@@ -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);