mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
Linux: Focus PIM field when selected (#1239)
Sets focus to VolumePimTextCtrl initially when the checkbox is clicked.
This commit is contained in:
parent
fa6c77423d
commit
91b47deb0e
@ -467,6 +467,7 @@ namespace VeraCrypt
|
||||
VolumePimStaticText->Show (true);
|
||||
VolumePimTextCtrl->Show (true);
|
||||
VolumePimHelpStaticText->Show (true);
|
||||
VolumePimTextCtrl->SetFocus();
|
||||
|
||||
if (DisplayPasswordCheckBox->IsChecked ())
|
||||
DisplayPassword (true, &VolumePimTextCtrl, 3);
|
||||
|
Loading…
Reference in New Issue
Block a user