diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-19 22:33:47 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-19 22:35:34 +0100 |
commit | c145b337cbc5d7c8dc09859d51093a6727005ef8 (patch) | |
tree | 0e6dfccfa2cdcd3c5f1cd1e2055bb8f0acdc6ca2 /src/Main/Forms/VolumePasswordPanel.h | |
parent | c68e982f39af58d4ab26d8bb9f703496ccb06043 (diff) | |
download | VeraCrypt-c145b337cbc5d7c8dc09859d51093a6727005ef8.tar.gz VeraCrypt-c145b337cbc5d7c8dc09859d51093a6727005ef8.zip |
Linux/MacOSX: Fix hidden volume settings not correctly displayed when enabling hidden volume protection in mount options window
Diffstat (limited to 'src/Main/Forms/VolumePasswordPanel.h')
-rw-r--r-- | src/Main/Forms/VolumePasswordPanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Forms/VolumePasswordPanel.h b/src/Main/Forms/VolumePasswordPanel.h index cac6c37b..e9b81e29 100644 --- a/src/Main/Forms/VolumePasswordPanel.h +++ b/src/Main/Forms/VolumePasswordPanel.h @@ -45,6 +45,7 @@ namespace VeraCrypt bool UpdatePimHelpText (bool pimChanged); Event UpdateEvent; + wxWindow* TopOwnerParent; // use to handle layout when embedded inside sizer child protected: void SetPimValidator (); |