blob: e5ef368662986cb1397b43c9cf576352b0fd8c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Main/GraphicUserInterface.cpp b/Main/GraphicUserInterface.cpp
index 7d1cee7..f9db203 100644
--- a/Main/GraphicUserInterface.cpp
+++ b/Main/GraphicUserInterface.cpp
@@ -60,6 +60,7 @@ namespace VeraCrypt
g_customIdCmdA = wxNewId();
wxApp::s_macHelpMenuTitleName = LangString["MENU_HELP"];
#endif
+ wxSizerFlags::DisableConsistencyChecks();
}
GraphicUserInterface::~GraphicUserInterface ()
|