mirror of
https://github.com/reactos/reactos.git
synced 2025-05-13 14:20:31 +00:00
[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:
parent
76a0cdb017
commit
dda7065bee
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue