]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checklst.cpp
faster portsetting backpatched
[wxWidgets.git] / src / mac / carbon / checklst.cpp
index d987d94994c68a38b96df15ea58f9b51a5924acc..ee04357b8ff4d84b422cec76dd06e492cce412db 100644 (file)
@@ -183,6 +183,10 @@ bool wxCheckListBox::Create(wxWindow *parent,
                             const wxValidator& validator,
                             const wxString &name)
 {
+    if ( !wxCheckListBoxBase::Create(parent, id, pos, size,
+                                     n, choices, style, validator, name) )
+        return false;
+
     m_noItems = 0 ; // this will be increased by our append command
     m_selected = 0;