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:
@@ -56,7 +56,10 @@ void wxQtButtonGroup::buttonClicked(int index) {
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl);
|
||||
|
||||
|
||||
wxRadioBox::wxRadioBox()
|
||||
wxRadioBox::wxRadioBox() :
|
||||
m_qtGroupBox(NULL),
|
||||
m_qtButtonGroup(NULL),
|
||||
m_qtBoxLayout(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user