* Change color of description richedit when system colors are changed

svn path=/trunk/; revision=51533
This commit is contained in:
Rafal Harabien 2011-05-01 15:45:50 +00:00
parent c81830d2e6
commit 8ba552d1a3

View file

@ -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;