Setting the background color for label controls in IO fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2081 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0aed08e3f7
commit
a4885280f1
2 changed files with 1 additions and 0 deletions
|
@ -725,6 +725,7 @@ BOOL CALLBACK cfgDlgProc(HWND hwndDlg,
|
|||
break;
|
||||
case WM_CTLCOLORSTATIC:
|
||||
case WM_CTLCOLORDLG:
|
||||
SetBkMode((HDC)wParam, TRANSPARENT);
|
||||
return (BOOL)GetWindowLong((HWND)lParam, GWL_USERDATA);
|
||||
}
|
||||
return 0;
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue