mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-21 20:11:30 +00:00
Linux/macOS: suppress wxWidgets sizer consistency checks
This commit is contained in:
@@ -98,6 +98,9 @@ namespace VeraCrypt
|
||||
g_customIdCmdV = wxNewId();
|
||||
g_customIdCmdA = wxNewId();
|
||||
wxApp::s_macHelpMenuTitleName = LangString["MENU_HELP"];
|
||||
#endif
|
||||
#if wxCHECK_VERSION(3, 1, 6)
|
||||
wxSizerFlags::DisableConsistencyChecks();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user