From 8021d444658c54d6450bc4b87b4aa63b9845430b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 24 Sep 2019 11:00:03 +0200 Subject: Windows: fix HourGlass cursor showing up in main UI after launching disk decryption wizard/ --- src/Mount/Mount.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Mount') diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 5f96afba..7b73629e 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -6069,8 +6069,6 @@ static void DecryptNonSysDevice (HWND hwndDlg, BOOL bResolveAmbiguousSelection, return; } - WaitCursor(); - // Make sure the user is not attempting to decrypt a partition on an entirely encrypted system drive. if (IsNonSysPartitionOnSysDrive (scPath.c_str ()) == 1) { @@ -6088,8 +6086,6 @@ static void DecryptNonSysDevice (HWND hwndDlg, BOOL bResolveAmbiguousSelection, { // The system drive MAY be entirely encrypted (external access without PBA) and the potentially encrypted OS is not running - NormalCursor (); - Warning ("CANT_DECRYPT_PARTITION_ON_ENTIRELY_ENCRYPTED_SYS_DRIVE_UNSURE", hwndDlg); // We allow the user to continue as we don't know if the drive is really an encrypted system drive. -- cgit v1.2.3