mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[WIN32K]
* Redraw desktop after change of system colors. Inspired by Wine svn path=/trunk/; revision=51525
This commit is contained in:
parent
9bee914885
commit
e094f54623
1 changed files with 2 additions and 0 deletions
|
@ -519,6 +519,8 @@ NtUserSetSysColors(
|
|||
if (Ret)
|
||||
{
|
||||
UserSendNotifyMessage(HWND_BROADCAST, WM_SYSCOLORCHANGE, 0, 0);
|
||||
|
||||
UserRedrawDesktop();
|
||||
}
|
||||
|
||||
UserLeave();
|
||||
|
|
Loading…
Reference in a new issue