diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index 905131d390..aaa4c35864 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -704,7 +704,7 @@ wxColour wxNotebookGetThemeBackgroundColour(wxNotebook* notebook) m_pfnGetThemeColor(hTheme, 10 /* TABP_BODY */, 1 /* NORMAL */, - 3821, /* FILLCOLORHINT */ + 3802 /* color of bg fill */, & themeColor); wxUxThemeEngine::Get()->m_pfnCloseThemeData(hTheme);