]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/button.cpp
no message
[wxWidgets.git] / src / msw / button.cpp
index 849eef8dbd92429553446406c131b46d65b32dce..03200cfacf87b847f0f7079a6c1b617f958c211f 100644 (file)
@@ -56,8 +56,8 @@ bool wxButton::Create(wxWindow *parent, wxWindowID id, const wxString& label,
   SetValidator(validator);
 
   parent->AddChild((wxButton *)this);
   SetValidator(validator);
 
   parent->AddChild((wxButton *)this);
-  m_backgroundColour = parent->GetDefaultBackgroundColour() ;
-  m_foregroundColour = parent->GetDefaultForegroundColour() ;
+  m_backgroundColour = parent->GetBackgroundColour() ;
+  m_foregroundColour = parent->GetForegroundColour() ;
 
   m_windowStyle = (long&)style;
 
 
   m_windowStyle = (long&)style;