mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
Windows: fix keys parts not shown in system encryption wizard when the display keys checkbox is checked. This occurred when the "Display pool content" in the previous wizard page was unchecked before clicking Next.
This commit is contained in:
parent
133afdc9e6
commit
e51aafb499
@ -1005,7 +1005,7 @@ int CreateVolumeHeaderInMemory (HWND hwndDlg, BOOL bBoot, char *header, int ea,
|
||||
|
||||
|
||||
#ifdef VOLFORMAT
|
||||
if (showKeys && !bInPlaceEncNonSys)
|
||||
if (!bInPlaceEncNonSys && (showKeys || (bBoot && !masterKeydata)))
|
||||
{
|
||||
BOOL dots3 = FALSE;
|
||||
int i, j;
|
||||
|
Loading…
Reference in New Issue
Block a user