Let property sheets update the cached system colors upon receiving

WM_SYSCOLORCHANGE.
This commit is contained in:
Frank Richter 2005-07-05 10:57:37 +00:00 committed by Alexandre Julliard
parent 72d6a98469
commit c81d46d77f
1 changed files with 4 additions and 0 deletions

View File

@ -3473,6 +3473,10 @@ PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return FALSE;
}
case WM_SYSCOLORCHANGE:
COMCTL32_RefreshSysColors();
return FALSE;
case PSM_GETCURRENTPAGEHWND:
{