* Redraw desktop after change of system colors. Inspired by Wine

svn path=/trunk/; revision=51525
This commit is contained in:
Rafal Harabien 2011-05-01 12:59:48 +00:00
parent 9bee914885
commit e094f54623

View file

@ -519,6 +519,8 @@ NtUserSetSysColors(
if (Ret)
{
UserSendNotifyMessage(HWND_BROADCAST, WM_SYSCOLORCHANGE, 0, 0);
UserRedrawDesktop();
}
UserLeave();