diff --git a/interface/wx/combo.h b/interface/wx/combo.h index 78a3dca7fc..604340e956 100644 --- a/interface/wx/combo.h +++ b/interface/wx/combo.h @@ -264,6 +264,7 @@ struct wxComboCtrlFeatures wxListViewComboPopup* popupCtrl = new wxListViewComboPopup(); + // It is important to call SetPopupControl() as soon as possible comboCtrl->SetPopupControl(popupCtrl); // Populate using wxListView methods