diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-24 11:00:03 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-24 18:30:58 +0200 |
commit | 8021d444658c54d6450bc4b87b4aa63b9845430b (patch) | |
tree | de564c856b8763b9e0f1c2dd17c3e8cd9523bfeb /src/Mount | |
parent | 6b10f88e40715db2edcb5b3e5d7bfadf412849d3 (diff) | |
download | VeraCrypt-8021d444658c54d6450bc4b87b4aa63b9845430b.tar.gz VeraCrypt-8021d444658c54d6450bc4b87b4aa63b9845430b.zip |
Windows: fix HourGlass cursor showing up in main UI after launching disk decryption wizard/
Diffstat (limited to 'src/Mount')
-rw-r--r-- | src/Mount/Mount.c | 4 |
1 files changed, 0 insertions, 4 deletions
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. |