Merge branch 'qt_fix_unitialised_fields' of https://github.com/GeoTeric/wxWidgets

Add missing field initialization to a number of wxQt controls.

See https://github.com/wxWidgets/wxWidgets/pull/1092
This commit is contained in:
Vadim Zeitlin
2019-01-08 00:38:53 +01:00
21 changed files with 80 additions and 21 deletions

View File

@@ -20,6 +20,8 @@ wxIMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler);
wxApp::wxApp()
{
m_qtApplication = NULL;
m_qtArgc = 0;
m_qtArgv = NULL;
}