mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Windows: solve XP issue where the installer has missing/blacked out text boxes.
This commit is contained in:
parent
ad9b40d599
commit
8f5fd67ff3
@ -741,18 +741,6 @@ BOOL CALLBACK PageDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
}
|
||||
return 0;
|
||||
|
||||
|
||||
case WM_CTLCOLORSTATIC:
|
||||
|
||||
/* This maintains the background under the transparent-backround texts */
|
||||
|
||||
SetBkMode ((HDC) wParam, TRANSPARENT);
|
||||
return ((LONG) (HBRUSH) (GetStockObject (NULL_BRUSH)));
|
||||
|
||||
|
||||
case WM_ERASEBKGND:
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user