mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
MacOSX: support pasting values to password fields using keyboard (CMD+V and CMD+A now working properly). This make using password managers with VeraCrypt easier.
This commit is contained in:
@@ -24,6 +24,10 @@ namespace VeraCrypt
|
||||
VolumeCreationWizard (wxWindow* parent);
|
||||
~VolumeCreationWizard ();
|
||||
|
||||
#ifdef TC_MACOSX
|
||||
virtual bool ProcessEvent(wxEvent& event);
|
||||
#endif
|
||||
|
||||
protected:
|
||||
struct Step
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user