1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: Correctly display the password edit "black dot" instead of a '*' when showing it then hiding it.

This commit is contained in:
Mounir IDRASSI
2015-08-27 02:01:19 +02:00
parent 8c0fadc068
commit cfb591a9e9
5 changed files with 47 additions and 54 deletions

View File

@@ -491,6 +491,7 @@ BOOL LaunchWindowsIsoBurner (HWND hwnd, const char *isoPath);
BOOL IsApplicationInstalled (const char *appName);
int GetPim (HWND hwndDlg, UINT ctrlId);
void SetPim (HWND hwndDlg, UINT ctrlId, int pim);
void HandleShowPasswordFieldAction (HWND hwndDlg, UINT checkBoxId, UINT edit1Id, UINT edit2Id);
#ifdef __cplusplus
}