Skip to content

Commit e094f54

Browse files
author
Rafal Harabien
committed
[WIN32K]
* Redraw desktop after change of system colors. Inspired by Wine svn path=/trunk/; revision=51525
1 parent 9bee914 commit e094f54

File tree

1 file changed

+2
-0
lines changed
  • reactos/subsystems/win32/win32k/ntuser

1 file changed

+2
-0
lines changed

reactos/subsystems/win32/win32k/ntuser/ntstubs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ NtUserSetSysColors(
519519
if (Ret)
520520
{
521521
UserSendNotifyMessage(HWND_BROADCAST, WM_SYSCOLORCHANGE, 0, 0);
522+
523+
UserRedrawDesktop();
522524
}
523525

524526
UserLeave();

0 commit comments

Comments
 (0)