From: Robin Dunn <robin@alldunn.com> Date: Sun, 3 Apr 2005 22:57:32 +0000 (+0000) Subject: Use the validator given X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29998406a89ac065ab565b21d6d224287d05176b Use the validator given git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/combobox.cpp b/src/mac/carbon/combobox.cpp index 110daa1c21..d653c99c05 100644 --- a/src/mac/carbon/combobox.cpp +++ b/src/mac/carbon/combobox.cpp @@ -332,7 +332,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id, const wxString& name) { if ( !wxControl::Create(parent, id, wxDefaultPosition, wxDefaultSize, style , - wxDefaultValidator, name) ) + validator, name) ) { return false; }