]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/slider95.cpp
no message
[wxWidgets.git] / src / msw / slider95.cpp
index 2197868d25ae47a79fe9b02947d1074725bd26a9..5347975b7159ebab176528a6db78ae1c647af6b7 100644 (file)
@@ -68,8 +68,8 @@ bool wxSlider95::Create(wxWindow *parent, wxWindowID id,
   SetValidator(validator);
 
   if (parent) parent->AddChild(this);
-  SetBackgroundColour(parent->GetDefaultBackgroundColour()) ;
-  SetForegroundColour(parent->GetDefaultForegroundColour()) ;
+  SetBackgroundColour(parent->GetBackgroundColour()) ;
+  SetForegroundColour(parent->GetForegroundColour()) ;
 
   m_staticValue = 0;
   m_staticMin = 0;