]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/toolbar.cpp
implemented 'shaft scrolling' of children in wxUnivWindow::ScrollWindow
[wxWidgets.git] / src / motif / toolbar.cpp
index b38f1c392981d3fa859a3da2cc5b1a2519ec16e7..a7faa4d42aff45e8224bddc42b4744c2bd0f72ef 100644 (file)
@@ -196,7 +196,7 @@ bool wxToolBar::Create(wxWindow *parent,
     m_windowId = id;
 
     SetName(name);
-    m_backgroundColour = wxSystemSettings::GetSystemColour(wxSYS_COLOUR_3DFACE);
+    m_backgroundColour = wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE);
     m_foregroundColour = parent->GetForegroundColour();
     m_windowStyle = style;