Fix ComboCtrl documentation

This commit is contained in:
Scott Talbert
2016-05-10 20:33:18 -04:00
parent f780b21688
commit 19573aa9a6

View File

@@ -1,7 +1,7 @@
comboCtrl = wx.ComboCtrl(self, wx.ID_ANY, "")
popupCtrl = wx.ListViewComboPopup()
popupCtrl = ListViewComboPopup()
# It is important to call SetPopupControl() as soon as possible
comboCtrl.SetPopupControl(popupCtrl)