mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[RAPPS]
* Change color of description richedit when system colors are changed svn path=/trunk/; revision=51533
This commit is contained in:
parent
c81830d2e6
commit
8ba552d1a3
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ MainWindowProc(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam)
|
|||
SendMessage(hListView, WM_SYSCOLORCHANGE, 0, 0);
|
||||
SendMessage(hTreeView, WM_SYSCOLORCHANGE, 0, 0);
|
||||
SendMessage(hToolBar, WM_SYSCOLORCHANGE, 0, 0);
|
||||
SendMessageW(hRichEdit, EM_SETBKGNDCOLOR, 0, GetSysColor(COLOR_BTNFACE));
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue