mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux: Focus PIM field when selected (#1239)
Sets focus to VolumePimTextCtrl initially when the checkbox is clicked.
This commit is contained in:
@@ -467,6 +467,7 @@ namespace VeraCrypt
|
|||||||
VolumePimStaticText->Show (true);
|
VolumePimStaticText->Show (true);
|
||||||
VolumePimTextCtrl->Show (true);
|
VolumePimTextCtrl->Show (true);
|
||||||
VolumePimHelpStaticText->Show (true);
|
VolumePimHelpStaticText->Show (true);
|
||||||
|
VolumePimTextCtrl->SetFocus();
|
||||||
|
|
||||||
if (DisplayPasswordCheckBox->IsChecked ())
|
if (DisplayPasswordCheckBox->IsChecked ())
|
||||||
DisplayPassword (true, &VolumePimTextCtrl, 3);
|
DisplayPassword (true, &VolumePimTextCtrl, 3);
|
||||||
|
|||||||
Reference in New Issue
Block a user