VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-05-18 21:25:07 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-05-18 21:25:07 +0200
commit8e443c25cce0edf51335019cbbab8ae11fa7df21 (patch)
tree72816ca88c1f0a4d7373efb8419265ebdb2a1969 /src
parent0fdf2edda77242dbb0fe168197e2aadb402146d1 (diff)
downloadVeraCrypt-8e443c25cce0edf51335019cbbab8ae11fa7df21.tar.gz
VeraCrypt-8e443c25cce0edf51335019cbbab8ae11fa7df21.zip
Linux/macOS: Suppress asserts displayed by wxWidgets 3.1.6+ for sizer flags until we fix all sizer flags in our UI.
Diffstat (limited to 'src')
-rw-r--r--src/Main/Application.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Application.cpp b/src/Main/Application.cpp
index cb118bab..c72e2cc6 100644
--- a/src/Main/Application.cpp
+++ b/src/Main/Application.cpp
@@ -82,6 +82,7 @@ namespace VeraCrypt
{
mUserInterface = new GraphicUserInterface;
mUserInterfaceType = UserInterfaceType::Graphic;
+ wxSetEnv("WXSUPPRESS_SIZER_FLAGS_CHECK", "1");
return mUserInterface;
}
#endif