Let property sheets update the cached system colors upon receiving
WM_SYSCOLORCHANGE.
This commit is contained in:
parent
72d6a98469
commit
c81d46d77f
@ -3473,6 +3473,10 @@ PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case WM_SYSCOLORCHANGE:
|
||||||
|
COMCTL32_RefreshSysColors();
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
case PSM_GETCURRENTPAGEHWND:
|
case PSM_GETCURRENTPAGEHWND:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user