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