[Shell32]

- Patch by Fabian Maurer : Draw text on message boxes without background.
- Fixes CORE-13742.

svn path=/trunk/; revision=75770
This commit is contained in:
James Tabor 2017-09-06 05:33:35 +00:00
parent 76a0cdb017
commit dda7065bee

View file

@ -130,6 +130,7 @@ static INT_PTR ConfirmMsgBox_Paint(HWND hDlg)
BeginPaint(hDlg, &ps);
hdc = ps.hdc;
SetBkMode(hdc, TRANSPARENT);
GetClientRect(GetDlgItem(hDlg, IDC_YESTOALL_MESSAGE), &r);
/* this will remap the rect to dialog coords */