mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the password
This commit is contained in:
@@ -1026,10 +1026,12 @@ namespace VeraCrypt
|
||||
wxStaticText* VolumePimStaticText;
|
||||
wxTextCtrl* VolumePimTextCtrl;
|
||||
wxStaticText* VolumePimHelpStaticText;
|
||||
wxCheckBox* DisplayPimCheckBox;
|
||||
wxStaticText* InfoStaticText;
|
||||
|
||||
// Virtual event handlers, overide them in your derived class
|
||||
virtual void OnPimChanged( wxCommandEvent& event ) { event.Skip(); }
|
||||
virtual void OnDisplayPimCheckBoxClick( wxCommandEvent& event ) { event.Skip(); }
|
||||
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user