mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-15 00:56:07 -05: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