mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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:
parent
1a1823fc09
commit
e37fafee2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue