mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08: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;
|
mUserInterface = new GraphicUserInterface;
|
||||||
mUserInterfaceType = UserInterfaceType::Graphic;
|
mUserInterfaceType = UserInterfaceType::Graphic;
|
||||||
|
wxSetEnv("WXSUPPRESS_SIZER_FLAGS_CHECK", "1");
|
||||||
return mUserInterface;
|
return mUserInterface;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user