]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
More Motif stuff incl. beginnings of wxToolBar
[wxWidgets.git] / src / msw / statbmp.cpp
index 5c56d88f69796034dbe744290d2e1102d1f83f2f..8cf17984c8513efd2d3e0b35bd24927badc05543 100644 (file)
@@ -46,8 +46,8 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id,
   SetName(name);
   if (parent) parent->AddChild(this);
 
-  m_backgroundColour = parent->GetDefaultBackgroundColour() ;
-  m_foregroundColour = parent->GetDefaultForegroundColour() ;
+  m_backgroundColour = parent->GetBackgroundColour() ;
+  m_foregroundColour = parent->GetForegroundColour() ;
 
   if ( id == -1 )
        m_windowId = (int)NewControlId();