mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[User32]
- Patch by Jared Smudde : Set text background the same color as the rectangle. - Adapted by Hermès Bélusca-Maïto. Themes, see CORE-11364. svn path=/trunk/; revision=71598
This commit is contained in:
@@ -238,7 +238,7 @@ void OnPaint(HWND hWnd)
|
||||
|
||||
dcFont = SelectObject(dialogDC, dialogFont);
|
||||
SetTextColor(dialogDC, GetSysColor(COLOR_BTNTEXT));
|
||||
SetBkColor(dialogDC, GetSysColor(COLOR_BTNFACE));
|
||||
SetBkMode(dialogDC, TRANSPARENT);
|
||||
|
||||
textRC.top = itemsH;
|
||||
textRC.left = 8;
|
||||
|
||||
Reference in New Issue
Block a user