]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bmpbuttn.cpp
no message
[wxWidgets.git] / src / msw / bmpbuttn.cpp
index af8a1e72fee4cc76b4bfd55104ca6b30a7d0ebc3..d9d1da958b94a0c13d737508eddfef7c862ec238 100644 (file)
@@ -44,8 +44,8 @@ bool wxBitmapButton::Create(wxWindow *parent, wxWindowID id, const wxBitmap& bit
 
   parent->AddChild(this);
 
-  m_backgroundColour = parent->GetDefaultBackgroundColour() ;
-  m_foregroundColour = parent->GetDefaultForegroundColour() ;
+  m_backgroundColour = parent->GetBackgroundColour() ;
+  m_foregroundColour = parent->GetForegroundColour() ;
   m_windowStyle = style;
   m_marginX = 0;
   m_marginY = 0;