From 86529dadde9af8407711d55d0096330429f79742 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 14 Feb 2015 23:42:15 +0100 Subject: 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. --- src/Main/Forms/TrueCrypt.fbp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Main/Forms/TrueCrypt.fbp') diff --git a/src/Main/Forms/TrueCrypt.fbp b/src/Main/Forms/TrueCrypt.fbp index c03beab9..3ae5ea60 100644 --- a/src/Main/Forms/TrueCrypt.fbp +++ b/src/Main/Forms/TrueCrypt.fbp @@ -4972,7 +4972,7 @@ - wxWS_EX_VALIDATE_RECURSIVELY + @@ -5300,7 +5300,7 @@ Select a Partition or Device - wxWS_EX_VALIDATE_RECURSIVELY + @@ -8117,7 +8117,7 @@ Select Keyfiles - wxWS_EX_VALIDATE_RECURSIVELY + @@ -10851,7 +10851,7 @@ Enter VeraCrypt Volume Password - wxWS_EX_VALIDATE_RECURSIVELY + @@ -12987,7 +12987,7 @@ Preferences - wxWS_EX_VALIDATE_RECURSIVELY + @@ -18975,7 +18975,7 @@ Security Token Keyfiles - wxWS_EX_VALIDATE_RECURSIVELY + -- cgit v1.2.3