From 60433f3f826017053d1845ceebc596e544cc0ca2 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 18 Feb 2009 21:21:19 +0000 Subject: [PATCH] Uncomment code accidentally left commented git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/pickerbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/pickerbase.cpp b/src/common/pickerbase.cpp index 412ddc39e0..ec7d0a2cee 100644 --- a/src/common/pickerbase.cpp +++ b/src/common/pickerbase.cpp @@ -94,7 +94,7 @@ bool wxPickerBase::CreateBase(wxWindow *parent, // the m_picker; for very long strings, this real-time synchronization could // become a CPU-blocker and thus should be avoided. // 32 characters will be more than enough for all common uses. - // m_text->SetMaxLength(32); + m_text->SetMaxLength(32); // set the initial contents of the textctrl m_text->SetValue(text); -- 2.50.0