Commit c81d46d7 authored by Frank Richter's avatar Frank Richter Committed by Alexandre Julliard

Let property sheets update the cached system colors upon receiving

WM_SYSCOLORCHANGE.
parent 72d6a984
......@@ -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:
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment