mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-19 02:56:07 -05:00
Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the password
This commit is contained in:
@@ -32,8 +32,10 @@ namespace VeraCrypt
|
||||
bool IsValid ();
|
||||
void SetMaxStaticTextWidth (int width) { InfoStaticText->Wrap (width); }
|
||||
void SetPageText (const wxString &text) { InfoStaticText->SetLabel (text); }
|
||||
void OnDisplayPimCheckBoxClick( wxCommandEvent& event );
|
||||
|
||||
protected:
|
||||
void SetPimValidator ();
|
||||
void OnPimChanged (wxCommandEvent& event);
|
||||
void OnPimChanged (int pim);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user