diff --git a/Contrib/InstallOptions/InstallerOptions.cpp b/Contrib/InstallOptions/InstallerOptions.cpp index 3474b09c..d848d789 100644 --- a/Contrib/InstallOptions/InstallerOptions.cpp +++ b/Contrib/InstallOptions/InstallerOptions.cpp @@ -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; diff --git a/Plugins/InstallOptions.dll b/Plugins/InstallOptions.dll index 60598e80..137d9136 100644 Binary files a/Plugins/InstallOptions.dll and b/Plugins/InstallOptions.dll differ