X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e2717981772a139d3cd9e51d497b13792fe662d..5b0c31c300bc5cab3346afd38fb444a1c52a53ac:/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;