mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: solve XP issue where the installer has missing/blacked out text boxes.
This commit is contained in:
@@ -741,18 +741,6 @@ BOOL CALLBACK PageDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
|||||||
}
|
}
|
||||||
return 0;
|
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;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user