Skip to content

Commit 8ba552d

Browse files
author
Rafal Harabien
committed
[RAPPS]
* Change color of description richedit when system colors are changed svn path=/trunk/; revision=51533
1 parent c81830d commit 8ba552d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reactos/base/applications/rapps/winmain.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ MainWindowProc(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam)
723723
SendMessage(hListView, WM_SYSCOLORCHANGE, 0, 0);
724724
SendMessage(hTreeView, WM_SYSCOLORCHANGE, 0, 0);
725725
SendMessage(hToolBar, WM_SYSCOLORCHANGE, 0, 0);
726+
SendMessageW(hRichEdit, EM_SETBKGNDCOLOR, 0, GetSysColor(COLOR_BTNFACE));
726727
}
727728
break;
728729

0 commit comments

Comments
 (0)