]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/notebook.cpp
Rework wxMotif font/color inheritance so it works
[wxWidgets.git] / src / generic / notebook.cpp
index a77f340b2ecd97d4f6ac69288c3956cae4201e7e..fd5c9f05ea3d8a5c6dc02c9b656a1a9b7b11c1cf 100644 (file)
@@ -158,8 +158,6 @@ bool wxNotebook::Create(wxWindow *parent,
     if (!wxControl::Create(parent, id, pos, size, style|wxNO_BORDER, wxDefaultValidator, name))
         return false;
 
-    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
-
     SetTabView(new wxNotebookTabView(this));
 
     return true;