]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
keep selected image in sync with the normal one if it hasn't been changed (patch...
[wxWidgets.git] / src / msw / statbox.cpp
index a713c99cb5ea89aaa78f5389fedcbf12241cfe7b..80c77ce5ce534c930abb8e03cdfa0f6846a67575 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -79,6 +79,9 @@ bool wxStaticBox::Create(wxWindow *parent,
                            WS_EX_TRANSPARENT) )
         return FALSE;
 
+    // to be transparent we should have the same colour as the parent as well
+    SetBackgroundColour(GetParent()->GetBackgroundColour());
+
     return TRUE;
 }