Linux/macOS: suppress wxWidgets sizer consistency checks

This commit is contained in:
Mounir IDRASSI
2026-05-19 07:41:33 +09:00
parent a93e5d4214
commit dec2bd882f

View File

@@ -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
}