mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Linux/macOS: Suppress asserts displayed by wxWidgets 3.1.6+ for sizer flags until we fix all sizer flags in our UI.
This commit is contained in:
@@ -82,6 +82,7 @@ namespace VeraCrypt
|
||||
{
|
||||
mUserInterface = new GraphicUserInterface;
|
||||
mUserInterfaceType = UserInterfaceType::Graphic;
|
||||
wxSetEnv("WXSUPPRESS_SIZER_FLAGS_CHECK", "1");
|
||||
return mUserInterface;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user