- 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:
James Tabor 2016-06-09 02:50:13 +00:00
parent 1a1823fc09
commit e37fafee2c

View file

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