From e51aafb4997c05c0cd32d0b4024cfb055ed3e80f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 17 Apr 2016 00:57:24 +0200 Subject: 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. --- src/Common/Volumes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Volumes.c b/src/Common/Volumes.c index b7c77e9c..d69ef753 100644 --- a/src/Common/Volumes.c +++ b/src/Common/Volumes.c @@ -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; -- cgit v1.2.3