mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Set keyboard focus to PIM field when "Use PIM" is checked.
This commit is contained in:
@@ -612,6 +612,8 @@ BOOL CALLBACK ExtcvPasswordDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARA
|
||||
ShowWindow (GetDlgItem( hwndDlg, IDT_PIM), SW_SHOW);
|
||||
ShowWindow (GetDlgItem( hwndDlg, IDC_PIM), SW_SHOW);
|
||||
ShowWindow (GetDlgItem( hwndDlg, IDC_PIM_HELP), SW_SHOW);
|
||||
|
||||
SetFocus (GetDlgItem (hwndDlg, IDC_PIM));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user