mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 02:32:57 +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);
|
dcFont = SelectObject(dialogDC, dialogFont);
|
||||||
SetTextColor(dialogDC, GetSysColor(COLOR_BTNTEXT));
|
SetTextColor(dialogDC, GetSysColor(COLOR_BTNTEXT));
|
||||||
SetBkColor(dialogDC, GetSysColor(COLOR_BTNFACE));
|
SetBkMode(dialogDC, TRANSPARENT);
|
||||||
|
|
||||||
textRC.top = itemsH;
|
textRC.top = itemsH;
|
||||||
textRC.left = 8;
|
textRC.left = 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue