Backport: Fixed invalid background colour of controls on a notebookpage when using certain XP themes/WindowBlinds skins (bug 897965).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user