X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e2717981772a139d3cd9e51d497b13792fe662d..8e181eae04877c1369a3ad01160f889ddc48971b:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index a77f340b2e..fd5c9f05ea 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -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;