VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/KeyfilesDialog.cpp
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-02-27 15:33:41 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-02-27 18:07:33 +0100
commit176bec1bb2a6d1e1a6acf03747981238dc555784 (patch)
tree47e6ed9a88b0e1758eac68b1e6c45ac07cbde6c5 /src/Main/Forms/KeyfilesDialog.cpp
parent31b238872ecc0b092ba6dd32116867635b3d1bf4 (diff)
downloadVeraCrypt-176bec1bb2a6d1e1a6acf03747981238dc555784.tar.gz
VeraCrypt-176bec1bb2a6d1e1a6acf03747981238dc555784.zip
Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value."
This reverts commit 400fd599f812b057b0674f2ae0e0141e7c35a332.
Diffstat (limited to 'src/Main/Forms/KeyfilesDialog.cpp')
-rw-r--r--src/Main/Forms/KeyfilesDialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main/Forms/KeyfilesDialog.cpp b/src/Main/Forms/KeyfilesDialog.cpp
index 1dbf872c..2bcdf2f9 100644
--- a/src/Main/Forms/KeyfilesDialog.cpp
+++ b/src/Main/Forms/KeyfilesDialog.cpp
@@ -15,7 +15,6 @@ namespace VeraCrypt
KeyfilesDialog::KeyfilesDialog (wxWindow* parent, shared_ptr <KeyfileList> keyfiles)
: KeyfilesDialogBase (parent), Keyfiles (keyfiles)
{
- SetExtraStyle( GetExtraStyle() | wxWS_EX_VALIDATE_RECURSIVELY );
mKeyfilesPanel = new KeyfilesPanel (this, keyfiles);
PanelSizer->Add (mKeyfilesPanel, 1, wxALL | wxEXPAND);