mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user